EntityCollectionTableController
@firecms/core / EntityCollectionTableController
Type Alias: EntityCollectionTableController<M>
Section titled “Type Alias: EntityCollectionTableController<M>”EntityCollectionTableController<
M> =object
Defined in: components/common/types.tsx:3
Type Parameters
Section titled “Type Parameters”M extends Record<string, any>
Properties
Section titled “Properties”onValueChange()?
Section titled “onValueChange()?”
optionalonValueChange: (params) =>void
Defined in: components/common/types.tsx:23
Callback used when the value of a cell has changed.
Parameters
Section titled “Parameters”params
Section titled “params”OnCellValueChangeParams<any, M>
Returns
Section titled “Returns”void
select()
Section titled “select()”select: (
cell?) =>void
Defined in: components/common/types.tsx:13
Select a table cell
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
selectedCell?
Section titled “selectedCell?”
optionalselectedCell:SelectedCellProps<any>
Defined in: components/common/types.tsx:8
This cell is displayed as selected
setPopupCell()?
Section titled “setPopupCell()?”
optionalsetPopupCell: (cell?) =>void
Defined in: components/common/types.tsx:18
The cell that is displayed as a popup view.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
size:
CollectionSize
Defined in: components/common/types.tsx:27
Size of the elements in the collection