Skip to content

Commit ab918e1

Browse files
github-actions[bot]georgedautovdimodi
authored
Merge change-wrong-header-in-tabstrip-parameter-table-3194 into production (#3196)
* docs(TabStrip): change wrong header in tabstrip parameters table * Update components/tabstrip/overview.md * Update components/tabstrip/overview.md --------- Co-authored-by: georgedautov <[email protected]> Co-authored-by: Dimo Dimov <[email protected]>
1 parent 1bdfc9f commit ab918e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/tabstrip/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The TabStrip provides the following features to allow further customization of i
6666

6767
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
6868

69-
| Parameter | Type | Header 2 |
70-
|------------------|-------|------------------------------------------|
69+
| Parameter | Type and Default&nbsp;Value | Description |
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)