[Feature Request] URLs in Datatable without page refresh (with dcc.Link)
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!
Just adding support that I'd find this incredibly useful!