Can I use page items in cursor-based pagination?
P粉270891688
P粉270891688 2023-08-17 22:12:25
0
1
416
<p>Can I use page items with cursor-based paging? For example, whether a specific page can be accessed directly. For example, if you are asked to jump directly to page five, you can do so because the pages themselves are not explicitly numbered. </p>
P粉270891688
P粉270891688

reply all(1)
P粉920485285

No, you cannot jump to the specified page using cursor-based paging.

But it is possible using offset-based paging .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!