Standard aggregates

The standard aggregation functions include sum, average, minimum, maximum and count. The aggregates are displayed by default at the bottom of the grid. For checkbox type columns you can have count in and count not in. You can have different aggregates under each column of the grid

Custom Aggregates

The JQWidgets Vue.js framework enables you to have custom aggregates. In this way you can define your own function to perform the aggregations. You can in this way add different statistical functions for example.

Grouping with Aggregates

Aggregates can also be used together with the grouping function of the grid. You can also have custom aggregates in this case.