customize-table
v1.0.9
Published
该组件是vue-easytable的部分功能,不再更新,请勿下载使用,使用文档请参照 **vue-easytable(http://doc.huangsw.com/vue-easytable/app.html#/install)**
Downloads
2
Readme
该组件是vue-easytable的部分功能,不再更新,请勿下载使用,使用文档请参照 vue-easytable(http://doc.huangsw.com/vue-easytable/app.html#/install)
customize-table
Install
npm install customize-table --save-dev
Usage(more usage)
// import css
import 'customize-table/libs/themes-base/index.css'
// import table and pagination comp
import {VTable,VPagination} from 'customize-table'
// Register to global
Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)
also you can use it by api