PluginConfigMantine type
Tip
This API reference is automatically generated from the source code of the @jsoc/react-grid-mantine package.
View Declaration
export type PluginConfigMantine = PluginConfig<ColDefMantine> &
Pick<MRT_TableOptions<GridRow>, "columns" | "data" | "getRowId">;