UNPKG

handsontable

Version:

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

7 lines 154 B
export const command = { name: 'emptySelectedCells', callback(hot) { hot.emptySelectedCells(); hot._getEditorManager().prepareEditor(); } };