Show status of pagination

Right now pagination shows something like “50 of 234 records”. Could we have a feature to see where we’re at in the pagination? Something like “150 of 234 records” after paginating 3 times?

4 Likes

It’s a great suggestion, and not the first time we’ve been asked, but it’s pretty challenging to implement the way pagination currently works actually.

Each page just knows that record was before it but doesn’t know what page it is in the list, we would need to do a lot more computation to do that, which is something we haven’t prioritized

+1 to this, it’s easy to get lost if you have a lot of records, would be nice to even just have “Go to the beginning” or something simple.

I just got exactly this request from a client today. They were frustrated about not seeing “page x of xx” in the pagination.

2 Likes