UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

11 lines (8 loc) 365 B
//tabulator with all modules installed import {default as Tabulator} from './Tabulator.js'; import * as modules from '../core/modules/optional.js'; import ModuleBinder from './tools/ModuleBinder.js'; class TabulatorFull extends Tabulator {} //bind modules and static functionality new ModuleBinder(TabulatorFull, modules); export default TabulatorFull;