DevExtreme v24.2 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.

React Pivot Grid - Running Totals

The PivotGrid can calculate running totals by rows or columns. Assign "row" or "column" to a field's runningTotal property to specify how running totals are calculated. This property is available only for data fields.

Running totals are calculated from scratch for each group within a row or column. You can assign true to the allowCrossGroupCalculation property to calculate running totals across all groups.

To give you the ability to edit code on the fly, the demo uses SystemJS. For this reason, launching the demo takes some time. We strongly recommend that you do not use this approach in real projects.
Backend API