UNPKG

@quantlab/handsontable

Version:

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

10 lines (8 loc) 270 B
import { getEditor } from './../editors'; import { getRenderer } from './../renderers'; var CELL_TYPE = 'handsontable'; export default { editor: getEditor(CELL_TYPE), // displays small gray arrow on right side of the cell renderer: getRenderer('autocomplete') };