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
You receive 10 items (as requested), from the 1st page.
The rest info: first - first page to show in pagination (eg 1 ... 126) next - next page to request for pagination (if you click arrow) last - the last page to show in your pagination (eg < 1 2 3 ... 126) pages - total amount of pages items - total amount of items
For reference using the newest version "1.0.0-beta.1".
Im Fetching from my employee category with http://localhost:3000/employees?_page=1&_per_page=10, but the response gives mit all the employees available in the db.
Or am i understanding its purpose wrong and it is meant to be client side pagination and no serverside pag?
Im Getting this data object:
I was expecting to get something like that:
The text was updated successfully, but these errors were encountered: