Gathering detailed insights and metrics for vue-good-table
Gathering detailed insights and metrics for vue-good-table
Gathering detailed insights and metrics for vue-good-table
Gathering detailed insights and metrics for vue-good-table
vue-good-table-next
A simple, clean data table for Vue (3.x) with essential features like sorting, column filtering, pagination etc
data-table-vue
data table for vue 2 & 3 with drag drop, pagination, show/hide columns, filters, search, sorting, offline/online with 100% customization | vue datatable component | data table vue js
@technologyadvice/ta-good-table
TA Good Table is forked from [Vue Good Table](https://github.com/xaksis/vue-good-table). We've made some updates to it to fit our Traction needs, and have been trying to capture the major changes below.
vue-good-table-draggable-next
A simple, clean data table for Vue (3.x) with essential features like sorting, column filtering, pagination etc
An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
npm install vue-good-table
Typescript
Module System
Node Version
NPM Version
94.6
Supply Chain
99.3
Quality
75.7
Maintenance
100
Vulnerability
99.6
License
Vue (69.69%)
JavaScript (16.01%)
SCSS (13.82%)
Shell (0.28%)
HTML (0.19%)
Total Downloads
5,958,345
Last Day
409
Last Week
14,384
Last Month
66,493
Last Year
803,346
MIT License
2,187 Stars
883 Commits
408 Forks
36 Watchers
9 Branches
72 Contributors
Updated on Jun 11, 2025
Minified
Minified + Gzipped
Latest Version
2.21.11
Package Id
vue-good-table@2.21.11
Size
1.01 MB
NPM Version
7.16.0
Node Version
14.17.0
Published on
Sep 29, 2021
Cumulative downloads
Total Downloads
Last Day
8.8%
409
Compared to previous day
Last Week
-5.2%
14,384
Compared to previous week
Last Month
7%
66,493
Compared to previous month
Last Year
-28.4%
803,346
Compared to previous year
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/
Vue 3 Update |
---|
@borisflesch is working on a Vue 3 compatible version of VGT . Please follow/contribute to his repository as it gets production ready: vue-good-table-next |
Install with npm:
1npm install --save vue-good-table
Import globally in app:
1import VueGoodTablePlugin from 'vue-good-table'; 2 3// import the styles 4import 'vue-good-table/dist/vue-good-table.css' 5 6Vue.use(VueGoodTablePlugin);
Import into your component
1import { VueGoodTable } from 'vue-good-table'; 2 3// add to component 4components: { 5 VueGoodTable, 6}
Import into your component using Typescript
1// add to component 2components: { 3 'vue-good-table': require('vue-good-table').VueGoodTable, 4}
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
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 8/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
100 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-09
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More