UNPKG

@quantlab/handsontable

Version:

Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs

17 lines (15 loc) 312 B
'use strict'; exports.__esModule = true; exports.default = cutItem; function cutItem(copyPastePlugin) { return { key: 'cut', name: 'Cut', callback: function callback() { copyPastePlugin.setCopyableText(); copyPastePlugin.cut(true); }, disabled: false, hidden: false }; }