zhongxingzhi / vue-easytable

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

Home Page:http://doc.huangsw.com/vue-easytable/app.html#/start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm npm

vue-easytable

切换中文

Introduction

Based on vue2.x flexible table components.

API & Examples

API&Examples

Features

  1. Adaptive, you can automatically adapt to the browser window changes
  2. Fixed column, header fixed  
  3. Support column width drag
  4. Supports single field sorting and multiple field sorting
  5. Custom columns, custom cell styles
  6. Loading effects, custom loading, etc
  7. Own paging component
  8. Cell Editing
  9. Support cell merge (colSpan and rowSpan)

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

vue-easytable

ToDo

License

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

About

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

http://doc.huangsw.com/vue-easytable/app.html#/start

License:MIT License


Languages

Language:JavaScript 50.5%Language:Vue 40.2%Language:CSS 9.3%