UNPKG

@quantlab/handsontable

Version:

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

11 lines (9 loc) 271 B
import { getEditor } from './../editors'; import { getRenderer } from './../renderers'; import { getValidator } from './../validators'; var CELL_TYPE = 'password'; export default { editor: getEditor(CELL_TYPE), renderer: getRenderer(CELL_TYPE), copyable: false };