@progress/kendo-treelist-vue-wrapper
Version:
Kendo UI TreeList wrapper for Vue.js
34 lines (25 loc) • 1.04 kB
Markdown
title: Aggregates
page_title: Aggregates - TreeList - Kendo UI for Vue
description: "Group the TreeList data by using aggregates when working with the Kendo UI TreeList wrapper for Vue."
slug: aggregates_treelist_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/treelist/aggregates/"
position: 5
<div><WrapperBanner link="/kendo-vue-ui/components/treelist/aggregates"></WrapperBanner></div>
# 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
* [Kendo UI TreeList for jQuery](https://docs.telerik.com/kendo-ui/controls/data-management/treelist/overview)
* [API Reference of the TreeList Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist)