Skip to Content
APIAnt Design TablePluginConfigAnt

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">;

Fields

NameTypeDefault
__columnTypeColDefAnt

Internal property used to store the column definition type of the grid plugin. This is solely for type inference and not a valid property of the plugin config.

columnsColumnsType<UJSONObject>
dataSourcereadonly UJSONObject[] | undefined
rowKeystring | number | GetRowKey<UJSONObject>