Is there a way in laravel 5 to manually decide on pagination numbers?

送分小仙女□ 提交于 2020-05-17 06:03:18

问题


Currently working on a Laravel CRM for someone. I was wondering if there is a way to let the user decide how much results are displayed on a page? Something like this:

Where the user decides how many records they wish to see on the page, so that they aren't limited to what is specified in the code. They wish to be able to print the records, so it would be great to have them be able to set the results to show all the records on 1 page when needed.

If you have an answer or a link to an article or video to help, that would be greatly appreciated!

来源:https://stackoverflow.com/questions/61611863/is-there-a-way-in-laravel-5-to-manually-decide-on-pagination-numbers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!