Interface IPivotGridGroupRecord

Hierarchy

Hierarchy (view full)

Properties

aggregationValues: Map<string, any>

Gets/Sets the aggregation value associated with the value path. Value path depends on configured column dimension hierarchy and values.*

children?: Map<string, IPivotGridRecord[]>

List of children records in case any row dimension member contain a hierarchy. Each dimension member contains its own hierarchy, which you can get by its memberName. *

dimensionValues: Map<string, string>

Gets/Sets the group value associated with the related row dimension by its memberName. *

dimensions: IPivotDimension[]

List of dimensions associated with the record.*

height?: number
level?: number

Record level*

records?: any[]

List of original data records associated with the current pivoted data. *

rowSpan?: number