react-paginate
react-paginate copied to clipboard
How to change default behavior in pagination?
How to change default logic react-pagination?
I have a default state, like this
And then when i change page (number 3) , the number of buttons increases (4, 5)
but i don't want to add new buttons , in my list
How to change logic like this?

@ssverba found any solution? I try to implement something like this https://mui.com/material-ui/react-pagination/#basic-pagination with react-paginate