Skip to content

p0psicles/vue-good-table

This branch is 28 commits ahead of, 25 commits behind xaksis/vue-good-table:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d9dbf1 · May 1, 2021
Apr 2, 2018
May 24, 2018
Mar 15, 2021
May 1, 2021
Mar 11, 2021
May 1, 2021
Dec 22, 2017
Mar 11, 2021
Mar 16, 2018
Apr 11, 2018
Jun 18, 2018
Sep 6, 2017
May 16, 2017
May 18, 2020
Jul 17, 2019
Jun 18, 2018
Mar 11, 2021
Mar 11, 2021
Mar 15, 2021

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 73.9%
  • SCSS 13.3%
  • JavaScript 12.3%
  • Other 0.5%