JavaScript/jQuery DataGrid - SummaryGroupItem
Specifies items of the group summary.
import { SummaryGroupItem } from "devextreme/ui/data_grid"
alignByColumn
Indicates whether to display group summary items in parentheses after the group row header or to align them by the corresponding columns within the group row.
Type:
Default Value: false
column
Specifies the column that provides data for a group summary item.
Type:
| undefined
Default Value: undefined
customizeText
Customizes the text to be displayed in the summary item.
Type:
Return Value:
The text for the summary item to display.
showInColumn
Specifies the column that must hold the summary item when this item is displayed in the group footer or aligned by a column in the group row.
Type:
| undefined
Default Value: undefined
showInGroupFooter
Specifies whether or not a summary item must be displayed in the group footer.
Type:
Default Value: false
skipEmptyValues
Specifies whether to skip empty strings, null, and undefined values when calculating a summary. Does not apply when you use a remote data source.
Type: