Syncfusion Feedback

Predefined aggregate types

The React Data Grid component uses a data manager to compute aggregate values for columns. It supports default aggregate types, such as sum, maximum, minimum, average, and count, with formatted results displayed in columns where aggregation is enabled.


React Data Grid aggregate values using user-defined or custom aggregate.

Custom aggregate types

The React Data Grid component allows users to implement custom aggregation logic for specific columns by creating custom functions that compute aggregate values.


The React Data Grid component provides an option to compute aggregate values for column data and display them in the corresponding footer row cells.

React Data Grid aggregate values using footer aggregate.


Pure React Components

Developed using React’s core principles, this library employs functional components and hooks without any external dependencies.

Scroll up icon