Skip to content

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

License

Notifications You must be signed in to change notification settings

xaksis/vue-good-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 18, 2018
a0f7474 · Jul 18, 2018
Apr 2, 2018
May 24, 2018
Jul 18, 2018
Jul 17, 2018
Jul 17, 2018
Jul 18, 2018
Dec 22, 2017
Jul 18, 2018
Mar 16, 2018
Apr 11, 2018
Jun 18, 2018
Sep 6, 2017
May 16, 2017
Jun 20, 2018
May 17, 2018
Jun 18, 2018
Jul 18, 2018
Jul 18, 2018

Repository files navigation

Vue-good-table

npm npm npm

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!

Buy Me A Coffee

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,
}
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