UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

7 lines 177 B
export const command = { name: 'editorCloseAndSave', callback(hot) { const editorManager = hot._getEditorManager(); editorManager.closeEditorAndSaveChanges(); } };