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.

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.
Footer aggregate
The React Data Grid component provides an option to compute aggregate values for column data and display them in the corresponding footer row cells.

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