-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Enable persistance in Cytoscape component #113
Comments
That sounds pretty interesting! I'm looking at the PR (plotly/dash-core-components#854) and I'm wondering which props we will want to @ManInFez I'll try to work on a PR adding that feature once I have a better understanding, but I can't think of a good demo for showcasing/testing persistence. Is there a specific app you have in mind? If so I'd be happy to review & merge a PR if you are interested in adding it to the |
I have a multipage app which uses cytoscape as as a selection-widget for the overarching data objects. When switching pages, the selection is lost. It can be partially mitigated by using the Store-component, but since the I can try to get a smaller demo set up, to test on :) |
Hmm, I guess i'll start with elements, stylesheet and layout in this case. |
Description
Persistence is now being integrated into dash core components, https://dash.plotly.com/persistence. This would be a very useful feature in Cytoscape when dealing with multi-page dash applications. Seems to be small additions to the code, as explained in "For component developers" section on the dash web-page.
The text was updated successfully, but these errors were encountered: