Skip to content

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

License

Notifications You must be signed in to change notification settings

magic-coder/vue-easytable

Repository files navigation

vue-easytable

介绍

基于 vue2 的 组件。API文档以及实例

主要功能

  1. 自适应,可以随着浏览器窗口改变自动适应
  2. 固定列,表头固定
  3. 列宽拖动(默认支持)
  4. 排序,支持单个、多个字段排序
  5. 自定义列、自定义单元格样式、loading效果等
  6. 自带分页组件

安装

npm install vue-easytable --save-dev

使用(更多功能

import 'vue-easytable/libs/themes-base/index.css'
import {VTable,VPagination} from 'vue-easytable'

Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)

效果展示

vue-easytable

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.0%
  • Vue 41.6%
  • CSS 10.4%