MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Pagination : Ability to reduce pagination page count #503

Open HammaBamma opened 1 year ago

HammaBamma commented 1 year ago

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!