UNPKG

handsontable

Version:

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

16 lines (15 loc) 320 B
"use strict"; exports.__esModule = true; const command = exports.command = { name: 'selectAllCells', callback(_ref) { let { selection } = _ref; selection.markSource('keyboard'); selection.selectAll(true, true, { disableHeadersHighlight: true }); selection.markEndSource(); } };