We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1676955 commit e2c419aCopy full SHA for e2c419a
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.interface.ts
@@ -30,7 +30,10 @@ export interface IPivotValue {
30
member: string;
31
// display name if present shows instead of member for the column header of this value
32
displayName?: string;
33
- // aggregate function - can use one of the predefined like IgxNumberSummaryOperand.sum etc.
+ /**
34
+ * Aggregation function - can be a custom implementation of PivotAggregation or
35
+ * use predefined ones from IgxPivotAggregate and its variants
36
+ */
37
aggregate: PivotAggregation;
38
// Enables/Disables a particular value from pivot aggregation.
39
enabled: boolean;
0 commit comments