UNPKG

@quantlab/handsontable

Version:

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

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