Editing
Inline cell and row editing with validation, async commit, and optional undo history.
Mark columns editable on DataTableColumnDef and handle commits via DataTableEvents::on_row_update.
- Spreadsheet-style inline edits in admin grids
- Validated numeric or enum fields
- Reversible edit sessions with undo/redo toolbar
- Set
editable(true)on editable columns. - Wire
on_row_updateineventsfor async validation. - Enable
UNDO_REDOonfeaturesandshow_undo_toolbar=truefor history controls.
Inline cell editing
Double-click an editable cell to edit; press Enter to commit or Escape to cancel.
Ada | Admin | true |
Grace | Member | false |
Edit validation
Field validators show inline errors; on_row_update can reject commits with a dialog.
Ada | 50 |
Undo and redo
Edit history stack with toolbar controls (UNDO_REDO).
Alpha |
Beta |