Skip to content
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

Problems with persistence for pagination when having multiple tables #414

Open
thomfre opened this issue Apr 26, 2023 · 0 comments
Open

Comments

@thomfre
Copy link

thomfre commented Apr 26, 2023

This is similar to #229, but will manifest itself when you have multiple tables and persistState enabled.

The issue is that the last table you interact with will update the onPagination stored in local storage. On subsequent refreshes all tables on the page (regardless of their ID) will have the onPagination event triggered with the value from local storage - including having the wrong limit set.

This is also mentioned in a comment on #229.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant