This is an example of how to display aggregates in React Grid. By default the aggregates are displayed at the bottom of the grid. You can have sum, average, minimum, maximum and count. For the columns of type checkbox you can have count in and count not in. In addition you can have custom aggregates which you can define with a function. Aggregates can also be done together with the grouping functionality.