Pagination in tables not working

Hi, I’ve got a query running and pulling into a table. The results of the query vary in length but once in a while, the results are more than one page. I retool it shows that there are multiple pages for this query but I cannot access them.

This doesn’t happen with the results of each query I’m pulling into tables but it happens consistently across a subset of tables.

Hey Aleakos!

Is the query set up to be limited to only return {{tableName.pageSize}} rows (In a SQL query that would be a LIMIT)? That property should be consistent to the number of rows that display in a single page of the table component based on it’s height.