Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.02 KB

File metadata and controls

33 lines (25 loc) · 1.02 KB
title page_title description slug canonicalLink position
Aggregates
Aggregates - TreeList - Kendo UI for Vue
Group the TreeList data by using aggregates when working with the Kendo UI TreeList wrapper for Vue.
aggregates_treelist_wrapper
5

Aggregates

The TreeList enables you to group its data by using column aggregates.

The TreeList displays the total calculated values in its footer item at the end of each level.

The available aggregate functions are:

  • average
  • count
  • max
  • min
  • sum

{% meta height:440 %} {% embed_file aggregates/main.vue preview %} {% embed_file aggregates/main.js %} {% endmeta %}

Suggested Links