photocrowd / django-cursor-pagination

Cursor-based pagination for Django
BSD 3-Clause "New" or "Revised" License
158 stars 27 forks source link

Clarification to jump to a certain page #43

Closed variable closed 2 years ago

variable commented 2 years ago

Can you please provide instructions on how to jump to a specific page? It seems I need to go thru the pages to work out the "after" from previous page.

patrick91 commented 2 years ago

hi @variable, cursor pagination doesn't support jumping to a specific page, it's a tradeoff of this type of pagination 😊