-
Notifications
You must be signed in to change notification settings - Fork 27
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
persistence does not work when editing cell #180
Comments
Hello @RunQi-Han, This is actually an issue with how the grid manipulates the Unfortunately, this might be something that we cant do because it could cause a performance hit to separate them. May revisit later. For now, this work around for persistence will need to mainstream. |
@BSd3v thanks for your explanation. |
Hi! Here's an updated version of the workaround that takes advantage of
|
Based on the Docs:. We would like to make the data persist after editing the table. The
persisted_props
might berowData
. However, the persistence does not work as in the sample below:A workaround is to use
dcc.Store()
as below:The text was updated successfully, but these errors were encountered: