PluginConfigPrime type
Tip
This API reference is automatically generated from the source code of the @jsoc/react-grid-prime package.
View Declaration
export type PluginConfigPrime = PluginConfig<ColDefPrime> &
Pick<DataTableProps<GridRows>, "value"> & { columns: ColDefPrime[] };