endEdit()
Description
Finishes editing in the selected cell, closes 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 articles: Work with Spreadsheet