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

In the Add-ons section in the Inspector panel!

1 Like

@ScottR 's right, this is in the Add-ons section in the Inspector panel! Some relevant documentation here: Configure server-side pagination for the Table component | 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.

1 Like