UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

4 lines (3 loc) 161 B
import '@babel/polyfill/lib/noConflict'; const Lib = require('handsontable'); export const Handsontable = typeof Lib.default === 'function' ? Lib.default : Lib;