Aggregates
The Kendo UI for Vue Native Data Grid enables you to visualize the aggregates for the grouped data in the respective column group footer of the component.
To group the table data of the Grid, use its group
and groupable
options.
To integrate the available aggregates in the Grid:
- Select the desired
GridGroupableSettings
so that the Grid renders footers. - In the
cellRender
method of the Grid, specify the way for displaying the aggregates.