Object passed as parameter of the column resize event. TODO: Move to x-data-grid-pro folder

interface GridColumnResizeParams {
    colDef: GridStateColDef;
    element?: null | HTMLElement;
    width: number;
}

Properties

Properties

colDef: GridStateColDef

The column of the current header component.

element?: null | HTMLElement

The HTMLElement column header element.

width: number

The width of the column.