New to Kendo UI for Vue? Start a free 30-day trial
Aggregates
Updated on Jun 29, 2026
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
GridGroupableSettingsso that the Grid renders footers. - In the
cellRendermethod of the Grid, specify the way for displaying the aggregates.
The following example demonstrates how to configure the Grid to display aggregate values (total, average, min, and max) in the group footer rows by setting up cell rendering logic for grouped data.
Change Theme
Theme
Loading ...