finishes editing in a cell
editEnd(withoutSave?: boolean): void;
Parameters:withoutSave: boolean
- defines whether the edited data will be saved after the editing of a cell is complete. If set to true, the edited data won't be saved.Example
grid.editEnd(); // the edited data will be saved
grid.editEnd(true); // the edited data won't be saved
The method works with any type of cell editors, except for checkbox.
Change log:added in v6.3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4