UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

9 lines 389 B
import { HandsontableEditor } from "../../editors/handsontableEditor/index.mjs"; import { autocompleteRenderer } from "../../renderers/autocompleteRenderer/index.mjs"; export var CELL_TYPE = 'handsontable'; export var HandsontableCellType = { CELL_TYPE: CELL_TYPE, editor: HandsontableEditor, // displays small gray arrow on right side of the cell renderer: autocompleteRenderer };