-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Hello @mwouts,
I hope your are doing well.
I am building a rather sizable multi page app, where Itables is used on most pages.
Currently when the user sets filters on an Itable on page A, navigates to page B and then comes back to page A, the filters and other modifications done to the Itable on page A are lost.
So far I have tried to save the Itable in the dcc store. This did not work entirely. The data is kept in memory, but apparently not the filter operations.
Usually I get around the persistency issue by setting the persistence=True argument in the dash components directly, as described here:
https://dash.plotly.com/persistence
My change request is therefore the addition of those arguments to the Itable object and therefore the implementation of persistency of filter and modification operations, in a multipage setup.
Thank you very much for your effort.