Currently can’t able to find table pageSize config, I have used this before from the right-side panel?
Hey @jignesh, I’m guessing that you are trying to setup server side pagination? We have a few docs about this here: https://docs.retool.com/docs/working-with-tables#server-side-table-pagination
Also, here’s a screenshot of the left-hand side panel opened up with the pageSize
property visible (at the very bottom). You can access this variable with {{table1.pageSize}}
. The pageSize
property is not configurable but is determined by the height of the table component and other options you have set up (e.g. compact mode, table footer, etc).
Let me know if this helps or if you are looking for something else?
1 Like