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

Implement reusable pagination and number of results for data tables (with Volunteers) #122

Open
2 tasks
matisnape opened this issue Oct 24, 2021 · 2 comments
Open
2 tasks

Comments

@matisnape
Copy link
Contributor

matisnape commented Oct 24, 2021

Summary

As an admin, I want to be able to browse volunteers page by page, and also display the number of results.

Things to Consider

Following #94 which adds Stimulus Reflex as a new dependency, we want to add pagination for data tables in separate issue.

So far pagination is not implemented anywhere, so let's add it to Volunteers table first.
You may look at this example to get inspired https://expo.stimulusreflex.com/demos/tabular?direction=desc&order_by=name&page=1&query=

Criteria for Completion

  • While on the Volunteers index, the user can click on the page numbers to see next page of records
  • The page should display the total number of results

Pagination and show results

@matisnape
Copy link
Contributor Author

Dibs on this one 👯

@sowmi20189 sowmi20189 changed the title Implement reusable pagination for data tables (with Volunteers) Implement reusable pagination and number of results for data tables (with Volunteers) Jan 6, 2022
@sowmi20189
Copy link
Collaborator

The above is applicable to all the pages (Students, Admins, Surveys, Tickets). Not restricted only to Volunteers page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants