Object passed as parameter in the column [[GridColDef]] header renderer.

interface GridColumnHeaderParams<R, V, F> {
    colDef: GridStateColDef<R, V, F>;
    field: string;
}

Type Parameters

Properties

Properties

colDef: GridStateColDef<R, V, F>

The column of the current header component.

field: string

The column field of the column that triggered the event