Scrollable
configurationIf enabled, the TabStrip will display buttons that will scroll the tabs horizontally, when they cannot fit the TabStrip width. By default scrolling is enabled.
Unless disabled, scrollable must be set to a JavaScript object, which represents the scrolling configuration.
See Scrollable Tabs for more information.
scrollable
Boolean|ObjectDefault: true
scrollable.distance
NumberSets the scroll amount (in pixels) applied when the user clicks on a scroll button.
Default: 200
scrollable.scrollButtons
StringSets the scroll buttons visibility.
Can be set to:
auto- the buttons are added only when tabstrip enters scrollable modevisible- the buttons are always visiblehidden- the buttons are never visible
Default: "auto"
Sets the scroll buttons position.
Can be set to:
start- the buttons are displayed before the tabsend- the buttons are displayed after the tabssplit- the previous button is displayed before the tabs and the next button is displayed after the tabs
Default: "split"