React DataGrid - GroupPanel

Configures the group panel.

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

allowColumnDragging

Specifies whether columns can be dragged onto or from the group panel.

Type:

Boolean

Default Value: true

emptyPanelText

Specifies text displayed by the group panel when it does not contain any columns.

Type:

String

Default Value: 'Drag a column header here to group by that column'

visible

Specifies whether the group panel is visible or not.

Type:

Boolean

|

Mode

Default Value: false
Raised Events: onOptionChanged