PluginConfigAg type
Tip
This API reference is automatically generated from the source code of the @jsoc/vue-grid-ag package.
View Declaration
export type PluginConfigAg = PluginConfig<ColDefAg> &
Pick<GridOptions<GridRow>, "rowData" | "columnDefs" | "getRowId">;