Package Exports
- vue-easytable
- vue-easytable/libs/themes-base/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-easytable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-easytable
Introduction
Based on vue2.x flexible table components.
API & Examples
Features
- Adaptive, you can automatically adapt to the browser window changes
- Fixed column, header fixed
- Support column width drag
- Supports single field sorting and multiple field sorting
- Custom columns, custom cell styles
- Loading effects, custom loading, etc
- Own paging component
- Cell Editing
Install
npm install vue-easytable --save-devUsage(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)Effect

ToDo
- Cell editing
- Support checkbox selection
- Add footer
- Export excel
- Export PDF
- Conditional filter
- Row expansion
- Vertical column drag