plotly / dash-table

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

`<dccLink`-like links in markdown in cells #786

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

Similar to https://github.com/plotly/dash-core-components/issues/250, but for the markdown links embedded in dash table.

This would enable much faster page navigation and the ability to update content dynamically on the same page via links.

cc @Marc-Andre-Rivet

ma-ts commented 4 years ago

Hi, this would be very interesting for us. This is the one thing blocking us from migrating to Dash DataTable from the one in Dash Bootstrap Components (which is a lot less flexible). Can we help with this?

chriddyp commented 4 years ago

Can we help with this?

That would be great! This would require some JS & Typescript experience.

For reference, I believe we would take a similar approach to what we did with dcc.Markdown. You can view that PR here: https://github.com/plotly/dash-core-components/pull/711

I'll defer to @Marc-Andre-Rivet or @alexcjohnson if they are imagining any other differences between how dcc.Markdown <dccLink/> would work vs dash_table.DataTable <dccLink/>