I want to do paging, but the paging that comes with bootstrap is relatively simple, and it is not applicable if there are too many page numbers. Do you have any better recommendations?
https://github.com/miaoyaoyao... I have used this before, it is quite good, you can choose how many items to display on each page, and jump directly to the nth page, but it is written in angular.
It’s best to write one yourself
Datatables is very convenient to use
laypage
JQGrid combined with ACE admin
layui classic modular front-end framework also has a very brief introduction to paging, and the api documentation is also very detailed
https://github.com/miaoyaoyao...
I have used this before, it is quite good, you can choose how many items to display on each page, and jump directly to the nth page, but it is written in angular.
https://github.com/keenwon/jq...
This is also good