How to add custom button to jump on last page using cursor pagination?
I was using cursor pagination in all tables because I have a lot of data.. the problem is only next and previous button is displayed... can I make another action button in header where I can jump into the last page of the cursor pagination?
However, cursor pagination has the following limitations:
Like simplePaginate, cursor pagination can only be used to display "Next" and "Previous" links and does not support generating links with page numbers.
This includes the “last” page, because cursor pagination has no notion of “page numbers”, including what number the “last” page would be.