plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Dash table hyperlinks column style #682

Open apiljic opened 4 years ago

apiljic commented 4 years ago

I am trying to add links to my table, as described here: https://community.plot.ly/t/dash-v1-8-0-release/33629

I am able to create the links, but the style defined in style_cell={}, for example text-align right, does not seem to work for the column with links, as it does for normal columns.

Is this expected or a bug? It would be nice to be able to align the content of the column with links to match the style of other columns.