UNPKG

@quantlab/handsontable

Version:

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

13 lines (12 loc) 251 B
export default function cutItem(copyPastePlugin) { return { key: 'cut', name: 'Cut', callback() { copyPastePlugin.setCopyableText(); copyPastePlugin.cut(true); }, disabled: false, hidden: false }; }