Skip to main content

IListViewPivotTab

@spartanfx/react v1.2.2


@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

PropertyTypeDefaultDescription
columnsIListviewColumn[]-The columns to be displayed in the list view for this tab.
listNamestring-The name of the SharePoint list to be displayed in this tab.
tabNameT-Unique identifier for the tab. This will be used as the itemKey in the pivot.

Options

PropertyTypeDefaultDescription
camlQuery?string-Optional CAML query to filter the list items displayed in this tab.
visible?booleantrueDetermines whether the tab is visible.