Data Table Widget On Row Action
Sends an event when a row action happens on a DataTableWidget (for example Select, Delete, Move, Drag, or Custom).
Parameters
| Parameter | Description |
|---|---|
| Widget | The DataTableWidget to listen to. |
| Action | Which row action should trigger the event. |
| Send Event | Event to send when the selected row action occurs. |
| Row Key | Output row key associated with the action. |
| Table Index | Output row index in the DataTable when the action fired. |
| Integer Arg | Optional int output, mainly used by Custom actions. |
| String Arg | Optional string output, mainly used by Custom actions. |
Details
- This action runs on event updates and subscribes while the state is active.
Integer ArgandString Argare most relevant whenActionisCustom.