Results:
Loading...

React Data GridColumn API

Below are listed all the column API methods.

Column Keys

Some of the API methods take Column Key (named colKey) which has type Column | string. This means you can pass either a Column object (that you receive from calling one of the other methods) or you pass in the Column ID (which is a string). The Column ID is a property of the column definition. If you do not provide the Column ID, the grid will create one for you (first by trying to use the field if it is unique, otherwise it will generate an ID).

Column Groups

See Column Groups

See: Column Groups

Columns

Moving

See Column Moving

Pinning

See Column Pinning

Pivoting

See Pivoting

Row Grouping

See Row Grouping

Sizing

See Column Sizing

State

See Column State

Value Columns

Methods for management of value column aggregates (for aggregating when grouping or pivoting).

Visibility and Display