Expose pagination
state through API
#5551
-
Since there is no |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't understand this question at all. There are plenty of ways to access pagination state. You can access any state in the table at all times with the ![]() Here's the whole paginition guide too: https://tanstack.com/table/latest/docs/guide/pagination |
Beta Was this translation helpful? Give feedback.
I don't understand this question at all. There are plenty of ways to access pagination state.
You can access any state in the table at all times with the
table.getState()
API: https://tanstack.com/table/latest/docs/framework/react/guide/table-state#accessing-table-stateHere's the whole paginition guide too: https://tanstack.com/table/latest/docs/guide/pagination