Vue Grid grouping



The grouping feature shows the data of the grid grouped by a certain column name. It can be done both on the client and on the server. The groups can be customized via the 'Group By' header menu option or via drag and drop of the grid column headers. You have the options to expand or collapse groups.

Grouping with Pager

After grouping the data it can be showed in pages. The data can also be grouped and paged on the server side.

Toggling Sub Rows

This feature enables toggling of sub groups in the Grid. This will allow you to have hierarchical groups consisting of sub groups.

Aggregates

When grouping the data you can enable aggregates. The default aggregates are sum, count, min, max and average.