UNPKG

handsontable

Version:

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

13 lines 267 B
export const command = { name: 'selectAllCells', callback(_ref) { let { selection } = _ref; selection.markSource('keyboard'); selection.selectAll(true, true, { disableHeadersHighlight: true }); selection.markEndSource(); } };