A plugin that allows you to calculate a custom summary.
Use the following statement to import the plugin:
import { CustomSummary } from '@devexpress/dx-react-grid';| Name | Type | Default | Description |
|---|---|---|---|
| totalValues? | Array<any> | Total summary values. | |
| groupValues? | { [key: GroupKey]: Array<any> } | Group summary values. | |
| treeValues? | { [key: number | string]: Array<any> } | Tree summary values. |
none
| 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. |