Hey all,
My current code loads a batch of the first 300 rows and shows pagenation like below:
Next batch will be loaded if users click the last page ("30") and then it will be shown like below:
Is it possible to change the last page numbers to be shown with next batch?
I.e., 30 and 60 in the above screenshots to "30-60" and "60-90".
I couldn't find how to hook the pagenation. Can anyone please help me?