Hyperlink Data Table

Hi, I was wondering the status of being able to have hyperlinks in Data Tables?

I looked at this workaround

which is nice however it’s not clear to me how to then use all the styling options i have, e.g.

style_header={'fontWeight': 'bold','backgroundColor': 'rgb(230, 230, 230)'},
sort_action='native',
filter_action="native",
style_cell={'textAlign': 'left'},
style_data_conditional=[
	{
		'if': {'row_index': 'odd'},
		'backgroundColor': 'rgb(248, 248, 248)'
	}]

Any tips?