UNPKG

handsontable

Version:

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

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