| sidebar_label | endEdit() |
|---|---|
| title | endEdit method |
| description | You can learn about the endEdit method in the documentation of the DHTMLX JavaScript Spreadsheet library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Spreadsheet. |
@short: Finishes editing in the selected cell, closes editor and saves the entered value
endEdit(): void;const spreadsheet = new dhx.Spreadsheet("spreadsheet", {});
spreadsheet.parse(data);
// finishes editing in the selected cell
spreadsheet.endEdit();Related articles: Work with Spreadsheet