Interface IPivotDimension

Configuration of a pivot dimension.

Implemented by

Properties

childLevel?: IPivotDimension

Allows defining a hierarchy when multiple sub groups need to be extracted from single member.

The dataType of the related data field.

displayName?: string

Display name to show instead of the field name of this value. *

enabled: boolean

Enables/Disables a particular dimension from pivot structure.

A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe.

horizontalSummary?: boolean
level?: number

Level of the dimension.

memberFunction?: (data: any) => any

Function that extracts the value

Type declaration

memberName: string

Unique member to extract related data field value or the result of the memberFunction.

sortable?: boolean

Enable/disable sorting for a particular dimension. True by default.

sortDirection?: SortingDirection

The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension.

width?: string

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