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
Add a paginated collection object which can be used by things like the CRUD API or Elasticsearch Search results to wrap content which can be paginated.
You pass it the current page of results, the total, the current page, the base URL etc and it will provide an interface for iterating over that set, as well as provide automatic Next and Previous URLs.
It can handle all the weird edge cases of zero-indexed vs one-indexed paging, out-of-bounds requests, etc
The text was updated successfully, but these errors were encountered:
Add a paginated collection object which can be used by things like the CRUD API or Elasticsearch Search results to wrap content which can be paginated.
You pass it the current page of results, the total, the current page, the base URL etc and it will provide an interface for iterating over that set, as well as provide automatic Next and Previous URLs.
It can handle all the weird edge cases of zero-indexed vs one-indexed paging, out-of-bounds requests, etc
The text was updated successfully, but these errors were encountered: