UNPKG

@quantlab/handsontable

Version:

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

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