All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

jQuery DataGrid - SummaryTotalItem

Specifies items of the total summary.

import { SummaryTotalItem } from "devextreme/ui/data_grid"

alignment

Specifies the alignment of a summary item.

Default Value: undefined

column

Specifies the column that provides data for a summary item.

Type:

String

Default Value: undefined

cssClass

Specifies a CSS class to be applied to a summary item.

Type:

String

Default Value: undefined

customizeText

Customizes the text to be displayed in the summary item.

Type:

Function

Function parameters:
itemInfo:

Object

The summary item's data.

Object structure:
Name Type Description
value

String

|

Number

|

Date

The summary item's value as it was calculated.

valueText

String

The summary item's formatted value.

Return Value:

String

The text for the summary item to display.

displayFormat

Specifies the summary item's text.

Type:

String

Default Value: undefined

name

Specifies the total summary item's identifier.

Type:

String

Default Value: undefined

showInColumn

Specifies the column that must hold the summary item.

Type:

String

Default Value: undefined

skipEmptyValues

Type:

Boolean

summaryType

Specifies how to aggregate data for the total summary item.

Default Value: undefined

valueFormat

Specifies a summary item value's display format.

Type:

Format

Default Value: undefined