Skip to main content

Set Table Page

The Set Table Page action changes the current page index of a Table component.

Configuration

ParameterDescriptionDefault
TableThe Table component to page
Page IndexNumerical value for the page index, e.g. {{2}}
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference - Open webpage

Triggering via RunJS

This action isn't exposed through the actions.* RunJS API. Instead, call the Table component's own setPage component-specific action (CSA) directly:

await components.<tableName>.setPage(<pageIndex>);
info

For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.