Skip to main content

SelectCellComponent

SelectCellComponent(options: SelectColumnOptions<any, any, TableItem<any>, SelectItem<any>>,broker: SelectBroker<any, SelectItem<any>, SelectState<any, SelectItem<any>>, SelectController<any, SelectItem<any>, SelectState<any, SelectItem<any>>>>): FC<TableBodyCellProps<any, TableItem<any>>>

Parameters

(Mandatory parameters are in bold)
ParametersTypeDescription
brokerSelectBroker<any, SelectItem<any>, SelectState<any, SelectItem<any>>, SelectController<any, SelectItem<any>, SelectState<any, SelectItem<any>>>>
optionsSelectColumnOptions<any, any, TableItem<any>, SelectItem<any>>

Return

The return is of type FC<TableBodyCellProps<any, TableItem<any>>>