Tabbed Container

A set of tabs to group components together. It supports scaling with content or remaining a fixed size with overflow options, and default tab selection.

Tabs can be disabled to prevent interaction with nested components.

Events

Events are triggered by user interactions with Tabbed Container. Use event handling to trigger queries or other actions in response to events.

NameDescriptionChange

A user changes the current value.

Methods

Methods for interacting with Tabbed Container. You can write JavaScript almost anywhere in Retool and use methods to manipulate data or components.

NameDescriptionscrollIntoView(options: any)

Scrolls the canvas or parent container so that the selected component appears in the visible area.

selectTab(selectedTab: string | number)

Select a specified tab and open it