bootstrap-table
Version:
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
20 lines (18 loc) • 456 B
JavaScript
import * as framework from './framework.js'
import * as object from './object.js'
import * as string from './string.js'
import * as dom from './dom.js'
import * as tableData from './table-data.js'
import * as searchSort from './search-sort.js'
import * as helper from './helper.js'
import * as checkbox from './checkbox.js'
export default {
...framework,
...object,
...string,
...dom,
...tableData,
...searchSort,
...helper,
...checkbox
}