IntegratedSummary Plugin Reference

A plugin that performs a built-in data summary calculation.

Import

Use the following statement to import the plugin:

import { IntegratedSummary } from '@devexpress/dx-react-grid';

User Reference

Dependencies

Properties

Name Type Default Description
calculator? (type: SummaryType, rows: Array<any>, getValue: (row: any) => any) => any A summary calculator.

Static Fields

Field Type Description
defaultCalculator (type: SummaryType, rows: Array<any>, getValue: (row: any) => any) => any The built-in summary calculator.

Plugin Developer Reference

Imports

Name Plugin Type Description
rows Getter Array<any> Rows for which to calculate summary.
totalSummaryItems Getter Array<SummaryItem> Total summary items.
groupSummaryItems Getter Array<SummaryItem> Group summary items.
treeSummaryItems Getter Array<SummaryItem> Summary items applied to rows that contain child rows.

Exports

Name Plugin Type Description
totalSummaryValues Getter Array<any> Total summary values.
groupSummaryValues Getter { [key: GroupKey]: Array<any> } Group summary values.
treeSummaryValues Getter { [key: number | string]: Array<any> } Tree summary values.
This site uses cookies to make your browsing experience more convenient and personal. Cookies store useful information on your computer to help us improve the efficiency and relevance of our site for you. In some cases, they are essential to making the site work properly. By accessing this site, you consent to the use of cookies. For more information, refer to DevExpress’ privacy policy and cookie policy.