UNPKG

handsontable

Version:

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

11 lines 228 B
export const command = { name: 'moveCellSelectionDown', callback(_ref) { let { selection } = _ref; selection.markSource('keyboard'); selection.transformStart(1, 0); selection.markEndSource(); } };