CustomColumnGenerator type
Tip
This API reference is automatically generated from the source code of the @jsoc/grid-core package.
Declaration
export type CustomColumnGenerator<
C extends PluginConfig,
D extends ColumnDataType,
> = (params: ColumnGeneratorParams<C, D>) => Partial<InferColumnType<C>>;