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
Implement a simple pagination system for the members table. Currently the API will return all which is fine since it's in testing but this ticket should aim to implement pagination. The pagination will be sent to the server so the API request should have a limit and offset query parameter.
Acceptance criteria
a pagination section at the bottom of the page that by default shows 20 at a time.
can go to next page, prev page, last page, first page, custom page number
for now the api request will just need to update the offset and limit but the API will not be returning anything different
The text was updated successfully, but these errors were encountered:
Implement a simple pagination system for the members table. Currently the API will return all which is fine since it's in testing but this ticket should aim to implement pagination. The pagination will be sent to the server so the API request should have a limit and offset query parameter.
Acceptance criteria
The text was updated successfully, but these errors were encountered: