IgrPivotDimension

Configuration of a pivot dimension.

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

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

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

The width of the dimension cells to be rendered.Can be pixel, % or "auto".

width?: string
enabled: any
memberName: any