You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
LuigiPolidorio
changed the title
Page and hasNextPage don't work when using offset
Page, pagingCounter, hasPrevPage, hasNextPage, prevPage and nextPage don't work when using offset
Nov 19, 2019
When I try to paginate by offset:
It's don't calculated the page, consequently the result parameters: pagingCounter, hasPrevPage, hasNextPage, prevPage, nextPage doesn't work.
Result:
Solution:
src/index.js
add this line above line 151:
Patch:
The text was updated successfully, but these errors were encountered: