Add pagination to tables
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Tables with a long rows need to be paginated so users don't need to scroll down on the pages. Consider these tables: workflows, projects, OAuth client, and credentials.
We should limit each table to 10 rows and allow users to be able navigate across pages.
Here is the tailwind component for the pagination: https://tailwindui.com/components/application-ui/navigation/pagination#component-69eb9381f977800aa890ce8f7d9e2d20.
We already have this implemented for the work order history table and we should implement it across board.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding the existing pagination implementation for the work order history table and use it as the reference for the workflows, projects, OAuth client, and credentials tables. Verify that each table displays at most 10 rows, supports navigation between pages, and uses the referenced Tailwind pagination design.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir, tailwindcss
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100