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

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

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

Enables/Disables a particular dimension from pivot structure.

enabled: boolean

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

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

Level of the dimension.

level?: number

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

Optional memberFunction

Section titled "memberFunction"

Function that extracts the value

memberFunction?: object

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

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

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

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

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