Many components such as the dropdown support the persistence argument to persist the state of the dropdown even if one switches between pages of a multi-page application. However, I couldn’t manage to persist things such as a DataTable although it also allows to define the persistence keyword. Does anyone know a convenient way to persist datatables or even the state of a whole page such that one does not have to reload everything whenever s/he switched between pages?
Do I have to use somethings like redis or Flask-Caching to do so or does Dash itself provide a convenient way to do so?
Thanks in advance!
1 post - 1 participant