rmartide/react-reacstrap-pagination

multiple pagination?

morewater opened this issue · 2 comments

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 ...

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.