AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 628 forks source link

How to change default behavior in pagination? #434

Open ssverba opened 2 years ago

ssverba commented 2 years ago

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

hermantolim commented 2 years ago

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