react-component / pagination

React Pagination
https://pagination-react-component.vercel.app/
MIT License
658 stars 327 forks source link

Number of pages is wrong. #523

Open dlionz opened 1 year ago

dlionz commented 1 year ago

Hello, I have a list of data that is 504 records in total, my default page size is 20 records. When the pagination renders out it gives me 26 pages, with the 26th page being blank. How can I correct this.