core/data-grid/data-grid.model.ts
Allows to attach action controls to specified grids.
Properties |
actionControls |
actionControls:
|
Type : ActionControl | ActionControl[]
|
The action control(s) that will be attached to the grid. |
matchesGrid |
matchesGrid:
|
Type : function
|
A functions that determines to which grid(s) the action control(s) will be attached. Not providing a function results in the actions control(s) not being attached to any grid. |