AdeleD / react-paginate

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

itemsPerPage not update on last page. #453

Closed ajimsofwan closed 1 year ago

ajimsofwan commented 2 years ago

when change itemsPerPage on last page the itemsPerPage not updated. I have 50 data, itemsPerPage is 10 and i have 5 pages. When is on page 5, i changed it to 20 for example. the items per page is still on 5. But it's ok on page 1-4.

MonsieurV commented 1 year ago

Hi @ajimsofwan,

Can we see some of the code? Are you sure the pageRangeDisplayed prop is updated by your code?