Interface IPivotAggregator

Interface describing a IPivotAggregator class. Used for specifying custom aggregator lists.

Properties

aggregator?: (members: any[], data?: any[]) => any

Aggregator function can be a custom implementation of PivotAggregation, or use predefined ones from IgxPivotAggregate and its variants.

Type declaration

aggregatorName?: PivotAggregationType

Aggregation name that will be used from a list of predefined aggregations. If not set will use the specified aggregator function.

key: string

Aggregation unique key.

label: string

Aggregation label to show in the UI.