UNPKG

handsontable

Version:

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

10 lines (9 loc) 207 B
"use strict"; exports.__esModule = true; const command = exports.command = { name: 'emptySelectedCells', callback(hot) { hot.emptySelectedCells(); hot._getEditorManager().prepareEditor(); } };