alphadevx / alpha

Full-stack MVC framework for PHP.
http://www.alphaframework.org/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Pagination links should contain ellipsis when there are many pages #344

Open alphadevx opened 5 years ago

alphadevx commented 5 years ago

Suggest to begin with, we add a simple setting:

; The amount of objects to display per list page app.list.page.amount = 10

; The maximum amount of page lines to display before injecting an ellipsis (...) in the middle app.list.page.links.max = 10