Gathering detailed insights and metrics for @entestat/vue-datagrid
Gathering detailed insights and metrics for @entestat/vue-datagrid
Gathering detailed insights and metrics for @entestat/vue-datagrid
Gathering detailed insights and metrics for @entestat/vue-datagrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
npm install @entestat/vue-datagrid
Typescript
Module System
Node Version
NPM Version
67.4
Supply Chain
98.2
Quality
81.1
Maintenance
100
Vulnerability
100
License
TypeScript (66.81%)
Vue (18.26%)
JavaScript (10.46%)
Shell (3.15%)
HTML (1.32%)
Total Downloads
34,602
Last Day
1
Last Week
6
Last Month
233
Last Year
5,074
MIT License
209 Stars
415 Commits
25 Forks
5 Watchers
6 Branches
5 Contributors
Updated on May 08, 2025
Minified
Minified + Gzipped
Latest Version
2.9.257
Package Id
@entestat/vue-datagrid@2.9.257
Unpacked Size
29.40 kB
Size
10.58 kB
File Count
24
NPM Version
9.2.0
Node Version
18.19.0
Published on
Feb 16, 2024
Cumulative downloads
Total Downloads
Last Day
-94.4%
1
Compared to previous day
Last Week
-68.4%
6
Compared to previous week
Last Month
-81.4%
233
Compared to previous month
Last Year
-63.1%
5,074
Compared to previous year
Millions of cells and thousands columns easy and efficiently.
Demo and API • Key Features • How To Use • Docs • License
The RevoGrid component helps represent a huge amount of data in a form of data table "excel like" or as list.
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
With NPM:
1npm i @revolist/vue-datagrid --save;
With Yarn:
1yarn add @revolist/vue-datagrid;
1<template> 2 <div id="app"> 3 <v-grid 4 v-if="grid === 1" 5 key="1" 6 theme="compact" 7 :source="rows" 8 :columns="columns" 9 ></v-grid> 10 </div> 11</template> 12 13<script> 14import VGrid from "@revolist/vue-datagrid"; 15export default { 16 name: "App", 17 data() { 18 return { 19 columns: [{ 20 prop: "name", 21 name: "First", 22 }, 23 { 24 prop: "details", 25 name: "Second", 26 }], 27 rows: [{ 28 name: "1", 29 details: "Item 1", 30 }] 31 }; 32 }, 33 components: { 34 VGrid, 35 }, 36}; 37</script>
If you have any idea, feel free to open an issue to discuss a new feature and submit your changes back to me.
MIT
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
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
Score
Last Scanned on 2025-04-28
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