Closed phamvanthanh closed 6 years ago
Hi @wszymanski, I trigger cell to open i dialog and wanted to close the cell editor right after dialog is opened, which function will help me to do that?
Use the destroyEditor method as in:
destroyEditor
document.querySelector("hot-table").hot.destroyEditor();
See: https://docs.handsontable.com/0.35.1/Core.html#destroyEditor
Sorry for late response!
Hi @wszymanski, I trigger cell to open i dialog and wanted to close the cell editor right after dialog is opened, which function will help me to do that?