Skip to Content
APIPrimeReact DataTablePluginConfigPrime

PluginConfigPrime type

Tip

This API reference is automatically generated from the source code  of the @jsoc/react-grid-prime  package.

View Declaration

export type PluginConfigPrime = PluginConfig<ColDefPrime> & Pick<DataTableProps<GridRows>, "value"> & { columns: ColDefPrime[] };

Fields

NameTypeDefault
__columnTypeColumnProps

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.

valueGridRows | undefined

An array of objects to display.

columnsColumnProps[]