core/data-grid/data-grid.model.ts
Describes a data grid action control for multiple items.
Methods |
callback | ||||||||||||
callback(selectedItemIds: string[], reload: () => void)
|
||||||||||||
A callback function.
Parameters :
Returns :
void
|
Optional showIf | ||||||||
showIf(selectedItemIds: string[])
|
||||||||
Determines if the action should be shown for given selected items (if not defined, the action will be shown always).
Parameters :
Returns :
boolean
|