DevExtreme Vue - Predefined Aggregate Functions

The following predefined aggregate functions are supported:

  • "sum"
  • "min"
  • "max"
  • "avg"
  • "count"

These functions aggregate values from the whole grid or a single column (calculates a total summary) or from a group (group summary).

Predefined aggregate functions are performed on the client, but they can be delegated to the server (if the server supports them) by setting the remoteOperations, remoteOperations.groupPaging, or remoteOperations.summary option to true.

See Also