Skip to content

Commit b6df94c

Browse files
dimodidimodi
authored andcommitted
Update components/tabstrip/overview.md
1 parent add4c37 commit b6df94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tabstrip/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The TabStrip provides the following features to allow further customization of i
6767
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
6868

6969
| Parameter | Type | Description |
70-
|------------------|-------|------------------------------------------|
70+
| --- | --- | --- |
7171
| `ActiveTabIndex` | `int` | The index of the currently shown tab. Supports two-way binding. This parameter is marked as obsolete and will be deprecated in future versions. Do not use togother with `ActiveTabId`. |
7272
| `ActiveTabId` | `int` | The index of the currently active tab. If it is not set, the first tab will be active. Do not use it together with `ActiveTabIndex`.|
7373
|`PersistTabContent` | `bool` | Whether to remove the content of inactive tabs from the DOM (if `false`), or just hide it with CSS (if `true`). See [Persist Content](slug:tabstrip-persist-content)

0 commit comments

Comments
 (0)