multiple pagination?
morewater opened this issue · 2 comments
morewater commented
Hey
How to sync the pagination ?
I got two pagination at table top and buttom .
but no prop like current page ,that I can't sync the state via current page ...
rmartide commented
Hi, you can sync using defaultActivePage.
So you could sync two by having the defaultActivePage on the state and then updating the state with the value that you get back on the onSelect method.
rmartide commented
I made a quick example