Skip to content
🍉 Vue table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort,conditional filter, custom column ...(vue table 组件,支持 单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、条件过滤、分页... )
JavaScript Vue CSS
Branch: master
Clone or download

Latest commit

Latest commit 770b9d6 Dec 10, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates: add feature request template Feb 20, 2019
build build task Nov 29, 2017
examples 微信图片过期 Apr 27, 2018
libs build libs Jan 24, 2019
packages fix issue #261 Jan 24, 2019
umd build libs Jan 24, 2019
.babelrc 😊 Aug 31, 2017
.gitignore 😊 Aug 31, 2017
.npmignore add readme Aug 24, 2017
LICENSE 😊 Aug 31, 2017
README-CN.md Update README-CN.md Dec 10, 2019
README.md Update README.md Dec 10, 2019
package.json build libs Jan 24, 2019
webpack.config.js add favicon Oct 22, 2017

README.md

npm 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

Discussion group

Group discussion on Discord (Recommend)

Join in Discord Chat Room

License

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

You can’t perform that action at this time.