vue-easytable-cs
v2.0.1
Published
vue table component
Downloads
2
Readme
vue-easytable
Introduction
Based on vue2.x flexible table components.
API & Examples(如果访问不了说明被墙了,我也很无奈......)
Features
- [x] Adaptive, you can automatically adapt to the browser window changes
- [x] Fixed column, header fixed
- [x] Support column width drag
- [x] Supports single field sorting and multiple field sorting
- [x] Custom columns, custom cell styles
- [x] Loading effects, custom loading, etc
- [x] Own paging component
- [x] Cell Editing
- [x] Support cell merge (colSpan and rowSpan)
- [x] Support checkbox selection
- [x] Footer summary
- [x] Conditional filter
- [ ] Export excel
- [ ] Export PDF
- [ ] Row expansion
- [ ] Vertical column drag
Install
npm install vue-easytable --save-dev
Usage(more usage)
// import css
import 'vue-easytable/libs/themes-base/index.css'
// import table and pagination comp
import {VTable,VPagination} from 'vue-easytable'
// Register to global
Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)
also you can use it by cdn
Discussion group
Group discussion on Discord (Recommend)
License
http://www.opensource.org/licenses/mit-license.php