EQAR / deqar_frontend

Version 2 of the DEQAR Admin Interface, with create-react-app v2, refreshed 3rd party libraries, and many more...
0 stars 0 forks source link

Pagination error #84

Closed ctueck closed 2 years ago

ctueck commented 3 years ago

There's an error in the pagination, it skips the last page (unless the number of records divides by the page size without remainder). Example:

image (There should be 15 pages.)

The error occurs in all modules (institutions, agencies, reports, ...) it seems.