createAggregate
Function
Definition
Package:@progress/kendo-react-pivotgrid
Creates a new Aggregate object of the specified type.
This is typically used for generating aggregate objects required for each measure column in the pivot grid.
Parameters:typeAggregateType
The type of aggregate to create (e.g., Sum, Count, Min, Max, Average).
Returns:The generated aggregate object.