New to KendoReact? Start a free 30-day trial
Measure
MeasurePremium
Represents the PivotGrid measure object. Applicable for local data binding.
ts
const sumMeasure = {
name: 'Total Price',
value: item => item.Price,
aggregate: sumAggregate
};