PluginConfigAnt type
Tip
This API reference is automatically generated from the source code of the @jsoc/react-grid-ant package.
View Declaration
export type PluginConfigAnt = PluginConfig<ColDefAnt> &
Pick<TableProps<GridRow>, "columns" | "dataSource" | "rowKey">;