Skip to content

🍉 Vue table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column ...(vue table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页... )

License

Notifications You must be signed in to change notification settings

needou/vue-easytable

 
 

Repository files navigation

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)

also you can use it by cdn

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

Discussion group

Group discussion by adding WeChat

weixin

License

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

About

🍉 Vue table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column ...(vue table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页... )

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.9%
  • Vue 32.4%
  • CSS 18.7%