Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
Constructors
Section titled "Constructors"IgcPivotDataSelectorComponent
new IgcPivotDataSelectorComponent(args: any[]): IgcPivotDataSelectorComponent Returns IgcPivotDataSelectorComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"The tagName read-only property of the Element interface returns the tag name of the element on which it's called.
tagName: string Accessors
Section titled "Accessors"columnsExpanded
Section titled "columnsExpanded"get columnsExpanded(): boolean
Returns boolean
Gets/sets whether the columns panel is expanded Get
set columnsExpanded(value: boolean): void Parameters
- value:
boolean
Returns void
filtersExpanded
Section titled "filtersExpanded"get filtersExpanded(): boolean
Returns boolean
Gets/sets whether the filters panel is expanded Get
set filtersExpanded(value: boolean): void Parameters
- value:
boolean
Returns void
get grid(): IgcPivotGridComponent
Returns IgcPivotGridComponent
Sets the grid.
set grid(value: IgcPivotGridComponent): void Parameters
- value:
IgcPivotGridComponent
Returns void
rowsExpanded
Section titled "rowsExpanded"get rowsExpanded(): boolean
Returns boolean
Gets/sets whether the rows panel is expanded Get
set rowsExpanded(value: boolean): void Parameters
- value:
boolean
Returns void
valuesExpanded
Section titled "valuesExpanded"get valuesExpanded(): boolean
Returns boolean
Gets/sets whether the values panel is expanded Get
set valuesExpanded(value: boolean): void Parameters
- value:
boolean
Returns void
Methods
Section titled "Methods"addEventListener
Section titled "addEventListener"Inherited from: EventEmitterMixin<IgcPivotDataSelectorComponentEventMap, Constructor<LitElement>>(LitElement)
addEventListener(type: K, listener: object, options: boolean | AddEventListenerOptions): void Parameters
- type:
K - listener:
object - options:
boolean | AddEventListenerOptions
Returns void
removeEventListener
Section titled "removeEventListener"Inherited from: EventEmitterMixin<IgcPivotDataSelectorComponentEventMap, Constructor<LitElement>>(LitElement)
removeEventListener(type: K, listener: object, options: boolean | EventListenerOptions): void Parameters
- type:
K - listener:
object - options:
boolean | EventListenerOptions
Returns void
register
Section titled "register"register(): void Returns void
Events
Section titled "Events"columnsExpandedChange
Section titled "columnsExpandedChange"Emitted when the columns panel is expanded or collapsed.
columnsExpandedChange: CustomEvent<boolean> filtersExpandedChange
Section titled "filtersExpandedChange"Emitted when the filters panel is expanded or collapsed.
filtersExpandedChange: CustomEvent<boolean> rowsExpandedChange
Section titled "rowsExpandedChange"Emitted when the rows panel is expanded or collapsed.
rowsExpandedChange: CustomEvent<boolean> valuesExpandedChange
Section titled "valuesExpandedChange"Emitted when the values panel is expanded or collapsed.
valuesExpandedChange: CustomEvent<boolean>