-
Basic information
Additional information
Bug descriptionThe pager below the table is disturbed, and starts showing negative page numbers: -7, -6, -5, etc. Steps play it
Expected behaviorThe most logical thing would be to reset everything after filtering, i.e. to return to the first page. Actual behaviorIt is described in the bug description. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This addition seems simple, but there are a lot of use cases to consider - filtering, sorting, deleting/adding rows, etc. We'll see if we can elegantly cover all these use cases while maintaining functionality. In the meantime, if you're using the
|
Beta Was this translation helpful? Give feedback.
This addition seems simple, but there are a lot of use cases to consider - filtering, sorting, deleting/adding rows, etc.
We'll see if we can elegantly cover all these use cases while maintaining functionality.
In the meantime, if you're using the
useLocalPagination
hook and want the pagination to switch to the first page when filtering data resort to something like this: