UNPKG

handsontable

Version:

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

11 lines 252 B
export const command = { name: 'moveCellSelectionRight', callback(hot) { const { selection } = hot; selection.markSource('keyboard'); selection.transformStart(0, hot.getDirectionFactor()); selection.markEndSource(); } };