IgrPivotDimension
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?: IgrPivotDimension Optional dataType
Section titled "dataType"The dataType of the related data field.
dataType?: GridColumnDataType Optional displayName
Section titled "displayName"Display name to show instead of the field name of this value. *
displayName?: string 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?: IgrFilteringExpressionsTree Optional horizontalSummary
Section titled "horizontalSummary"horizontalSummary?: boolean Optional level
Section titled "level"Level of the dimension.
level?: number Optional memberFunction
Section titled "memberFunction"Function that extracts the value
memberFunction?: any Optional sortable
Section titled "sortable"Enable/disable sorting for a particular dimension. True by default.
sortable?: boolean 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 Optional width
Section titled "width"The width of the dimension cells to be rendered.Can be pixel, % or "auto".
width?: string Accessors
Section titled "Accessors"enabled
Section titled "enabled"enabled: any memberName
Section titled "memberName"memberName: any