Type Alias: EntityCollectionTableController<M>
EntityCollectionTableController<
M
>:object
Type Parameters​
• M extends Record
<string
, any
>
Type declaration​
onValueChange()?​
optional
onValueChange: (params
) =>void
Callback used when the value of a cell has changed.
Parameters​
• params: OnCellValueChangeParams
<any
, M
>
Returns​
void
select()​
select: (
cell
?) =>void
Select a table cell
Parameters​
• cell?: SelectedCellProps
<M
>
Returns​
void
selectedCell?​
optional
selectedCell:SelectedCellProps
<any
>
This cell is displayed as selected
setPopupCell()?​
optional
setPopupCell: (cell
?) =>void
The cell that is displayed as a popup view.
Parameters​
• cell?: SelectedCellProps
<M
>
Returns​
void
size​
size:
CollectionSize
Size of the elements in the collection