PluginConfigMui type
Tip
This API reference is automatically generated from the source code of the @jsoc/react-grid-mui package.
View Declaration
export type PluginConfigMui = PluginConfig<ColDefMui> &
Pick<DataGridProps<GridRow>, "rows" | "columns" | "getRowId">;