vue-good-table

An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc

Github星跟蹤圖

Vue-good-table

npm
npm
npm

Twitter Follow

An easy to use, clean and powerful data table for VueJS with essential features like sorting, column filtering, pagination and much more - xaksis.github.io/vue-good-table/

Did vue-good-table just save you a bunch of time? Use some of them extra minutes to spread the joy!

Follow the project progress live - Vue-good-table Project on TimerBit

Installing

Install with npm:

npm install --save vue-good-table

Import globally in app:

import VueGoodTablePlugin from 'vue-good-table';

// import the styles 
import 'vue-good-table/dist/vue-good-table.css'

Vue.use(VueGoodTablePlugin);

Import into your component

import { VueGoodTable } from 'vue-good-table';

// add to component
components: {
  VueGoodTable,
}

Import into your component using Typescript

// add to component
components: {
  'vue-good-table': require('vue-good-table').VueGoodTable,
}
Example table with grouped rows and column filters

Advanced Screenshot

Features

Upgrade Guide

Hey there! coming from 1.x? find the upgrade guide here

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

主要指標

概覽
名稱與所有者xaksis/vue-good-table
主編程語言Vue
編程語言Vue (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2017-05-16 14:31:30
推送於2024-05-21 16:37:49
最后一次提交2021-09-29 12:18:11
發布數174
最新版本名稱v2.21.11 (發布於 )
第一版名稱v1.0.1 (發布於 2017-05-16 14:26:43)
用户参与
星數2.2k
關注者數36
派生數407
提交數883
已啟用問題?
問題數787
打開的問題數164
拉請求數111
打開的拉請求數28
關閉的拉請求數50
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?