Skip to content

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.

PropertyTypeDescription
rowIndexnumberIndex of the row that left edit mode.
rowIdstringStable row identifier (from getRowId).
rowTRowRow object reference (current state).
revertedbooleanWhether 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