Skip to content

Request for adding the "persistence" and "persistence_type" arguments #443

@kn5-copilot

Description

@kn5-copilot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions