CommandItemEvent
Defines the event arguments passed to command item callback functions. Provides context information about the current row and column when a command action occurs.
Props
The following table outlines the props for the CommandItemEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| column | - | Contains the column configuration object for the command column. Provides metadata such as field name, header text, and other column properties. | |
| data | Object | - | Contains the complete data object for the current row being rendered. Provides access to all field values in the row for context-aware command generation. Useful for conditional command display based on row data (e.g., hiding Edit button if record is locked). |