IListViewPivotTab
@spartanfx/react / index / IListViewPivotTab
Interface: IListViewPivotTab<T>
Describes a single tab configuration within the ListViewPivot component.
Type Parameters
T
T extends string
A string union type representing tab identifiers.
Properties
Required
| Property | Type | Default | Description |
|---|---|---|---|
columns | IListviewColumn[] | - | The columns to be displayed in the list view for this tab. |
listName | string | - | The name of the SharePoint list to be displayed in this tab. |
tabName | T | - | Unique identifier for the tab. This will be used as the itemKey in the pivot. |
Options
| Property | Type | Default | Description |
|---|---|---|---|
camlQuery? | string | - | Optional CAML query to filter the list items displayed in this tab. |
visible? | boolean | true | Determines whether the tab is visible. |