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
Needing a method of displaying the total number of possible pages and preventing the incrementPage functionality from passing the last page.
Ideally returning in the meta of the PaginatorResponse the total number of pages and a condition within the setPage and incrementPage functions to prevent the current page from being beyond the scope of the pagination.
The text was updated successfully, but these errors were encountered:
Needing a method of displaying the total number of possible pages and preventing the
incrementPage
functionality from passing the last page.Ideally returning in the
meta
of thePaginatorResponse
the total number of pages and a condition within thesetPage
andincrementPage
functions to prevent the current page from being beyond the scope of the pagination.The text was updated successfully, but these errors were encountered: