MedicOneSystems / MedicOneSystems/livewire-datatables
Pagination : Ability to reduce pagination page count
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
It would be great for when we use these Datatables in smaller cards, to be able to reduce the page count in pagination from the default of 1 -> 10... ++ , to 1 -> 5.. ++, or 1 -> 3 .. ++ ..
If this is already an option and I'm just not seeing it please forgive my ignorance.
Would just help it to fit in smaller Cards, that only take up col-4 or something.
Thanks again for your great work!
Contributor guide
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
No file, test, or entry point is named in the issue. Start by locating the pagination rendering and its configuration, then determine how the default 1–10 page range is produced. Done means smaller cards can use shorter ranges such as 1–5 or 1–3 while pagination remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php, tailwind
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100