You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if frontend related, tell us your Browser, Version and OS
OS: Windows 10
Browser Firefox, Chrome
Version 94, 96 (respectively)
Describe the bug
My app has a DataTable and I've enabled persistence recently. Now I find that after a page refresh in the browser, the page number in the table is not persisted.
Steps to reproduce:
Store the program below in a python file.
Run the file with dependencies as show above.
In the browser a table will be shown with paging controls below it.
Describe your context
I'm running Dash app from a python program.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
My app has a
DataTable
and I've enabledpersistence
recently. Now I find that after a page refresh in the browser, the page number in the table is not persisted.Steps to reproduce:
Code:
Expected behavior
After the page is refreshed the table remain in the same page number as before refreshing.
Actual behavior
After the page is refreshed the table returns to page number 1.
The text was updated successfully, but these errors were encountered: