Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.41 KB

File metadata and controls

31 lines (23 loc) · 1.41 KB
title page_title description slug canonicalLink position
Aggregates
Vue Grid Wrapper - Aggregates - Kendo UI for Vue
Get started with the Vue Grid by Kendo UI and learn how to configure its aggregates functionality.
aggregates_grid_wrapper
2

Aggregates

The Kendo UI Grid wrapper for Vue enables you to display aggregate calculations at the bottom of its groups or columns.

To configure the aggregate grouping functionality in the native Vue Grid by Kendo UI, refer to the [native Vue Grid by Kendo UI documentation]({% slug groupingaggregates_grid %}).

To aggregate the calculations in the Kendo UI Data Grid wrapper for Vue:

  1. Specify the name of the pertinent aggregate function by setting columns to aggregates.
  2. Set the group and aggregate fields of the data source instance.

{% meta height:660 %} {% embed_file grid/grouping/aggregates/main.vue preview %} {% embed_file grid/grouping/aggregates/main.js %} {% endmeta %}

Suggested Links