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