JSPM

  • Created
  • Published
  • Downloads 4759
  • Score
    100M100P100Q127160F
  • License MIT

vue table component

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

npm npm

vue-easytable

切换中文

Introduction

Based on vue2.x flexible table components.

API & Examples(如果访问不了说明被墙了,我也很无奈......)

API&Examples

Features

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)

Effect

Adaptive、Fixed column, header fixed、Support column width drag、Custom columns, custom cell styles、Own paging component vue-easytable

Support cell merge vue-easytable

Cell Editing vue-easytable

Support checkbox selection vue-easytable

License

http://www.opensource.org/licenses/mit-license.php