Skip to content

EntityCollectionTableController

@firecms/core


@firecms/core / EntityCollectionTableController

Type Alias: EntityCollectionTableController<M>

Section titled “Type Alias: EntityCollectionTableController<M>”

EntityCollectionTableController<M> = object

Defined in: components/common/types.tsx:3

M extends Record<string, any>

optional onValueChange: (params) => void

Defined in: components/common/types.tsx:23

Callback used when the value of a cell has changed.

OnCellValueChangeParams<any, M>

void


select: (cell?) => void

Defined in: components/common/types.tsx:13

Select a table cell

SelectedCellProps<M>

void


optional selectedCell: SelectedCellProps<any>

Defined in: components/common/types.tsx:8

This cell is displayed as selected


optional setPopupCell: (cell?) => void

Defined in: components/common/types.tsx:18

The cell that is displayed as a popup view.

SelectedCellProps<M>

void


size: CollectionSize

Defined in: components/common/types.tsx:27

Size of the elements in the collection