Results:
Loading...

React Data GridColumn Properties

Properties are available for columns ColDef and column groups ColGroupDef. For column groups, the property children is mandatory. When the grid sees children it knows it's a column group.

Typescript supports a generic row data type via ColDef<TData> and ColDefGroup<TData>. If not set TData defaults to any. See Typescript Generics for more details.

Columns

See: Accessing Row Data Values
See: Value Getters
See: Value Formatters
See: Suppress Keyboard Events

Columns: Display

Columns: Editing

See Cell Editing for more information.

See: Saving Values
See: Parsing Values
See: Many Editors One Column

Columns: Events

Columns: Filter

See Filtering for more information.

Columns: Header

See Column Headers for more information.

See: Suppress Keyboard Events
See: Header Checkbox Selection

Columns: Integrated Charts

(Enterprise only) See Integrated Charts

Columns: Pinned

See Column Pinning for more information.

Columns: Pivoting

(Enterprise only) See Pivoting

Columns: Rendering and Styling

See: Cell Style
See: Cell Class
See: Cell Class Rules
See: Many Renderers One Column

Columns: Row Dragging

See Row Dragging for more information.

Columns: Row Grouping

(Enterprise only) See Row Grouping

Columns: Sort

See Row Sorting for more information.

Columns: Spanning

See Column / Row Spanning

Columns: Tooltips

See: Tooltip Component

Columns: Width

See Column Sizing for more information.

Groups

For column groups, the property children is mandatory. When the grid sees children it knows it's a column group.

See Column Groups for more information.

Groups: Header

See Column Headers for more information.