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
Install with npm:
npm install --save vue-good-tableImport 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, }- Table Search
- Sorting
- Column Filtering
- Pagination
- Highly Customizable
- Checkbox Table
- Grouped Rows Table
- Server Powered Table
- Customizable Style and Themes
Hey there! coming from 1.x? find the upgrade guide here
This project is licensed under the MIT License - see the LICENSE.md file for details

