JavaScript/jQuery DataGrid - SummaryCommandGroupItem
A group summary item in a DataGrid summary command.
import { SummaryCommandGroupItem } from "devextreme/ui/data_grid"
Type:
Pick |
Accepted Values: 'showInColumn' | 'displayFormat' | 'showInGroupFooter' | 'alignByColumn'
This object includes the following fields:
- alignByColumn: Specifies whether the summary item is aligned to a column.
- column: The summary item's data column.
- displayFormat: The format of the summary item's text.
- showInColumn: The column that displays the summary item.
- showInGroupFooter: Specifies whether the summary item is displayed in the group footer.
- summaryType: The summary calculation type (SummaryType).