endEdit()
Description
Finishes editing in the selected cell, closes the editor, and saves the entered value
Usage
endEdit(): void;
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {});
spreadsheet.parse(data);
// finishes editing in the selected cell
spreadsheet.endEdit();
Related article: Work with Spreadsheet