-
I saw this was discussed last year in #23. Seems like I have to display the "shown rows count" and the "total rows count" like this outside of the table like this. I have access to the Fyi here is how I'm getting the values to display: Been digging around for a while now - if there's any alternative solution I'd love to give it a try! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found a way to get what I need. Github won't let me simply delete this discussion so I'll share what I did. I used an 'external' pagination state like
attached it to my MaterialReactTable like
and listen to the pagination value changes with useEffect
|
Beta Was this translation helpful? Give feedback.
I found a way to get what I need. Github won't let me simply delete this discussion so I'll share what I did.
I used an 'external' pagination state like
attached it to my MaterialReactTable like
and listen to the pagination value changes with useEffect