Angular DataGrid - SortByGroupSummaryInfoItem

Allows you to sort groups according to the values of group summary items.

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

groupColumn

Specifies the identifier of the column that must be used in grouping so that sorting by group summary item values be applied.

Type:

String

Default Value: undefined

sortOrder

Specifies the sort order of group summary item values.

Type:

SortOrder

Default Value: undefined
Accepted Values: undefined

summaryItem

Specifies the group summary item whose values must be used to sort groups.

Type:

String

|

Number

Default Value: undefined