Gets the full list of dimensions.
Gets the sorting expressions generated for the dimensions.
Auto-sizes row dimension cells.
The row dimension to size.
Filters a single IPivotDimension.
Inserts dimension in target collection by type at specified index or at the collection's end.
The dimension that will be added.
The target collection type to add to. Can be Row, Column or Filter.
The index in the collection at which to add. This parameter is optional. If not set it will add it to the end of the collection.
Inserts value at specified index or at the end.
The value definition that will be added.
The index in the collection at which to add. This parameter is optional. If not set it will add it to the end of the collection.
Move dimension from its currently collection to the specified target collection by type at specified index or at the collection's end.
The dimension that will be moved.
The target collection type to move it to. Can be Row, Column or Filter.
The index in the collection at which to add. This parameter is optional. If not set it will add it to the end of the collection.
Move value from its currently at specified index or at the end.
The value that will be moved.
The index in the collection at which to add. This parameter is optional. If not set it will add it to the end of the collection.
Notifies for dimension change.
Removes dimension from its currently collection.
The dimension to be removed.
Removes value from collection.
The value to be removed.
Sort the dimension and its children in the provided direction.
Toggles the dimension's enabled state on or off.
The dimension to be toggled.
Toggles the value's enabled state on or off.
The value to be toggled.
Gets/Sets whether to auto-generate the pivot configuration based on the provided data.
Gets/Sets the array of data that populates the component.
<igx-pivot-grid [data]="Data"></igx-pivot-grid>
Gets/Sets the default expand state for all rows.
Gets/Sets a custom template when pivot grid is empty.
Gets/Sets the pivot configuration with all related dimensions and values.
Enables a super compact theme for the component.
Gets/Sets a custom template for the value chips.
Pivot Grid provides a way to present and manipulate data in a pivot table view.