Skip to content

Action

Define the behavior when the cell is clicked.

The specified method is executed after select the cell by clicking it and then push Enter.

You can control the property of disabled and action by manipulating the instance of ButtonAction class.
You can also disable each record by specifying a function for the disabled property.

Constructor Properties

PropertyDescription
action (Required)Defines the action to be taken when clicking or pressing the Enter or Space key.
disabledDefine a boolean or predicate to control disable. See also the standard properties
areaDefines an actionable area within a cell. Set this property to a predicate.

Properties

PropertyDescription
actionDefines the action to be taken when clicking or pressing the Enter or Space key.
disabledDefine a boolean or predicate to control disable. See also the standard properties
areaDefines an actionable area within a cell. Set this property to a predicate.