after I use Ajax to get the data, the front end implements the effect of local refresh paging. But there is a problem, each browser refresh will return to the first page, rather than the current stay page number, how to solve this problem? there is al...
Project environment: laravel5.5 uses the https protocol and has set URL::forceScheme ( https ) in the AppServiceProvider boot method; if you force the use of the https protocol, the url generated by other parts is normal, but the url generated using p...
< H2 > Laravle native paging style: < H2 > Laravel-PaginateRoute < H2 > question < H2 > in the above two pictures, the first one achieves the effect of dynamic paging, while using laravel-PaginateRoute outputs all pages. Is there any way to ke...
recently, I have been trying to develop my own wheels with native js. The first project is paging, but because I am not familiar with the encapsulation mode of native js plug-ins, I would like to ask you to see if my writing rules are not standard? There...
I am a rookie front end. my understanding of paging is as follows: 1. First of all, the backend will do the paging logic (how much data is displayed on a page and how many pages in total) 2. The front-end get requests to get the data of the first ...