Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Feature Request: Extend "dcc.link()" to have similar callback work flow of "dcc.button()" #503

Open
mtwichan opened this issue Mar 29, 2019 · 1 comment

Comments

@mtwichan
Copy link

To implement a interactive link that doesn't change the URLPATH without dcc.link() the user has to dive deeper HTML and utilize html.div() and html.A. Additional CSS styling is also required.

By adding a property to dcc.link() that doesn't require the URLPATH to change, it will give the users greater freedom to use clickable links in their projects. A similar workflow that can be implemented is n_clicks and n_clicks_timestamps used in dcc.button

@SleepyGinger
Copy link

wondering if you found a solution to this. I have a bunch of urls I want to dynamically populate from a callback. Is there possible?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants