Unnecessary pagination on filtered records

I’ve noticed this issue a few times now. When filtering a collection (maybe just the table component? I haven’t tested…) that falls within the pagination-item count value, the pagination navigation still appears unnecessarily. For instance, in the image below, I’m displaying 11 records, so there’s no need to have to paginate through 10 pages. In fact, when clicking on any of those arrows, I get the same records.

1 Like

Same issue here Robert,

For me it only happens if some collection data is grouped. And exceed page limit of the container. In this example, I have more than 32 flowers, so it shows an additional pagination besides the Collection pagination limit (32).


I guess there’s a workaround, but didn’t dig much into it yet. I would suggest to check Google Chrome Inspector Tools to debug data errors. Some happens when Glide loose track of data in tables / vs current view.

1 Like

Flagging for the team. Thanks!

2 Likes