Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination for members page #20

Open
armintalaie opened this issue Sep 24, 2023 · 0 comments
Open

Pagination for members page #20

armintalaie opened this issue Sep 24, 2023 · 0 comments
Assignees

Comments

@armintalaie
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants