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