Hi all, I'm currently working on a project that uses page pagination, and we're talking a LOT of pages here (on default settings, the api call returns 25572 results). I have the beginnings of the page pagination hard coded but I'm trying to figure out how to get the pagination to show the pages in batches, and allow me to switch pages when there are potentially over 2000 pages to go through.
If anyone has any ideas I'd love to hear them. The api call gives me the current page, total number of pages and the total number of results, but I can't figure out how to use that data the way I need to.