inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 781 forks source link

How to change the panigation window "onEachSide(5)" #83

Closed thamibn closed 4 years ago

thamibn commented 4 years ago

Please help on how can i customise the pagination to show 5 links befor the "..." curretly is showing 10 links.

if i add the ->onEachSide(5) it add it on top of the default 10 links and make it 15 links before "..." .

reinink commented 4 years ago

Not sure...I have never done this. I don't think the Laravel pagination even provides options around this. In Laravel this is controlled by the UrlWindow class, and I don't see any options for controlling the number of links. Sorry I cannot be more helpful, but since question is outside of the scope of Inertia.js and Ping CRM, I am going to close this. Good luck!