MtDeity / vue-good-table

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

Home Page:https://xaksis.github.io/vue-good-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

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

About

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

https://xaksis.github.io/vue-good-table/

License:MIT License


Languages

Language:Vue 73.8%Language:JavaScript 14.0%Language:CSS 11.7%Language:Shell 0.3%Language:HTML 0.2%