#2149·dash

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

Author: hugolmnCreated Jul 19, 2022Updated Sep 17, 2026
LabelsfeatureP3

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!