IPivotDimension

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?: 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

Enables/Disables a particular dimension from pivot structure.

enabled: boolean

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:121

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

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

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

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