This repository was archived by the owner on May 17, 2018. It is now read-only.
This repository was archived by the owner on May 17, 2018. It is now read-only.
currentPage must be firstPage <= currentPage >= totalPages if 0-based. Got 7. #158
My total_pages = 1 and my total_entries = 63. I'm displaying page with 100 items and change page size to 10. Then it throw this error.
This is my configuration :
state: {
pageSize: 20,
firstPage: 0