EditCloseDetail
Detail payload for the edit-close event.
Fired when row editing ends, whether committed or reverted.
Only fires in mode: 'row' — never in mode: 'grid' where all rows
are perpetually editable.
Unlike row-commit (which only fires on commit), edit-close fires for
both commit and cancel/revert, making it suitable for cleanup tasks like
closing overlays or resetting state.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
rowIndex | number | Index of the row that left edit mode. |
rowId | string | Stable row identifier (from getRowId). |
row | TRow | Row object reference (current state). |
reverted | boolean | Whether the edit was reverted (true) or committed (false). |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt