Replies: 1 comment 1 reply
-
MRT v2 already provides you with either the TablePagination or Pagination components from MUI with the paginationDisplayMode table option. Additionally, since MRT is built on TanStack Table, you can make your own pagination UI component and hook it up to the table instance APIs pretty easily. I think this pretty common actually. So what you're asking for is already 100% supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of only using Pagination component from MUI, add the option to use TablePagination component as well.
Also adding custom pagination component could be a great solution
Beta Was this translation helpful? Give feedback.
All reactions