Documentation

editStop

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

void editStop();

See also

Example

dtable.editStop();

Details

The method saves changes before closing the editor(s)

Back to top