New to KendoReact? Start a free 30-day trial
createAggregate
createAggregatePremium
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
type
The type of aggregate to create (e.g., Sum, Count, Min, Max, Average).
Returns
The generated aggregate object.