diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index e525a5b25..df14e1091 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -78,8 +78,8 @@ The TabStrip provides the following features to allow further customization of i @[template](/_contentTemplates/common/parameters-table-styles.md#table-layout) -| Parameter | Type | Header 2 | -|------------------|-------|------------------------------------------| +| Parameter | Type and Default Value | Description | +| --- | --- | --- | | `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`. | | `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`.| |`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)