UNPKG

handsontable

Version:

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

12 lines 259 B
export const command = { name: 'editorFastOpen', callback(hot, event) { const { highlight } = hot.getSelectedRangeActive(); if (highlight.isHeader()) { return; } hot._getEditorManager().openEditor(null, event, true); } };