Anglay / vue-easytable

Vue2.x flexible table components, support for 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, can be automatically adapted as the browser window changes
    自适应,可以随着浏览器窗口改变自动适应
  2. Fixed column, head fixed
    固定列,表头固定
  3. The default support for column width drag
    默认支持列宽拖动
  4. Supports single field sorting and multiple field sorting
    支持单个字段排序和多个字段排序
  5. Custom columns, custom cell styles, loading effects, and more
    自定义列、自定义单元格样式、loading效果等
  6. With paging components
    自带分页组件

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

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 组件,支持多表头固定、多列固定、列拖动、排序、自定义列、分页... )😂

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

License:MIT License


Languages

Language:JavaScript 48.0%Language:Vue 41.6%Language:CSS 10.4%