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
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
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.