UNPKG

handsontable

Version:

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

14 lines (13 loc) 281 B
"use strict"; exports.__esModule = true; const command = exports.command = { name: 'moveCellSelectionDown', callback(_ref) { let { selection } = _ref; selection.markSource('keyboard'); selection.transformStart(1, 0); selection.markEndSource(); } };