IPivotDimension
Configuration of a pivot dimension.
Properties
Section titled "Properties"Optional childLevel
Section titled "childLevel"Allows defining a hierarchy when multiple sub groups need to be extracted from single member.
childLevel?: IPivotDimension Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:110
Optional dataType
Section titled "dataType"The dataType of the related data field.
dataType?: GridColumnDataType Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:135
Optional displayName
Section titled "displayName"Display name to show instead of the field name of this value. *
displayName?: string Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:119
enabled
Section titled "enabled"Enables/Disables a particular dimension from pivot structure.
enabled: boolean Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:121
Optional filter
Section titled "filter"A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe.
filter?: IFilteringExpressionsTree Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:125
Optional horizontalSummary
Section titled "horizontalSummary"horizontalSummary?: boolean Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:142
Optional level
Section titled "level"Level of the dimension.
level?: number Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:139
Optional memberFunction
Section titled "memberFunction"Function that extracts the value
memberFunction?: object Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:117
memberName
Section titled "memberName"Unique member to extract related data field value or the result of the memberFunction.
memberName: string Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:112
Optional sortable
Section titled "sortable"Enable/disable sorting for a particular dimension. True by default.
sortable?: boolean Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:127
Optional sortDirection
Section titled "sortDirection"The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension.
sortDirection?: SortingDirection Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:131
Optional width
Section titled "width"The width of the dimension cells to be rendered.Can be pixel, % or "auto".
width?: string Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:137