plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.16k stars 2.04k forks source link

allow URLs in Datatable without page refresh (with dcc.Link) #2149

Open hugolmn opened 2 years ago

hugolmn commented 2 years ago

Hi,

Is your feature request related to a problem? Please describe. I often use the very helpful dash datatable to display tabular data within my dash apps. However, when it comes to urls in such tables, to only way I am aware of is to use markdown/html for these columns (see #1714).

It works well, but there is a limit: it forces a page refresh. URLs on my app are pointing to other places within the same app, so I would like all the navigation to be without any refresh.

Describe the solution you'd like To my knowledge, only dcc.Link allows navigation between pages without refresh, but it's not (yet) possible to nest this component within a datatable.

Would it technically be feasable to use dcc.Link in a datatable ? Thanks for your help & guidance!

john-corcoran commented 6 months ago

Just adding support that I'd find this incredibly useful!