Preparing search index...
The search index is not available
data-grid
data-grid
DataGrid
GroupedColumnProps
Interface GroupedColumnProps<DataType>
Type Parameters
DataType
extends
GridDataType
Hierarchy
CommonInteractiveProps
GroupedColumnProps
Index
Properties
enabled?
groups?
Properties
Optional
enabled
enabled
?:
boolean
Optional
groups
groups
?:
{
columnKeys
:
KeyLiteralType
<
DataType
>
[]
;
title
:
string
;
}
[]
Collection of column groups.
title
- to display group title in grid header.
columnKeys
- collection of column keys belonging to group.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
data-
grid
Data
Grid
Elements
Utils
Grouped
Column
Props
enabled?
groups?
Generated using
TypeDoc
Collection of column groups.
title
- to display group title in grid header.columnKeys
- collection of column keys belonging to group.