Documentation

editCancel

cancels the edit mode and closes all opened editors. The table is still editable

void editCancel();

See also

Example

dtable.editCancel()

Details

The method doesn't save changes before closing the editor(s)

Back to top