UNPKG

@quantlab/handsontable

Version:

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

9 lines (7 loc) 204 B
import { getEditor } from './../editors'; import { getRenderer } from './../renderers'; var CELL_TYPE = 'checkbox'; export default { editor: getEditor(CELL_TYPE), renderer: getRenderer(CELL_TYPE) };