The Row Meta API interface that is available in the grid apiRef.

interface GridRowsMetaApi {
    resetRowHeights: (() => void);
}

Hierarchy (view full)

Properties

Properties

resetRowHeights: (() => void)

Forces the recalculation of the heights of all rows.