New table pagination

Hi. I am sure that I am being silly but I can't find where I set whether want pagination or overflow with the new table

Screenshot 2023-11-09 at 12.53.54 PM

@ScottR 's right, this is in the Add-ons section in the Inspector panel! Some relevant documentation here: Optimize queries with server-side pagination | Retool Docs

The Table component has built-in support for server-side pagination. In the Add-ons section of the Inspector, select Pagination , then select the box next to Enable server side pagination . You can then choose to paginate using Limit offset based , Cursor based , or GraphQL Relay cursor based pagination types.