Gathering detailed insights and metrics for @revolist/revogrid-column-select
Gathering detailed insights and metrics for @revolist/revogrid-column-select
Gathering detailed insights and metrics for @revolist/revogrid-column-select
Gathering detailed insights and metrics for @revolist/revogrid-column-select
Custom column type for RevoGrid component based on revo-dropdown library.
npm install @revolist/revogrid-column-select
Typescript
Module System
Node Version
NPM Version
TypeScript (50.68%)
HTML (27.1%)
JavaScript (17.97%)
CSS (4.25%)
Total Downloads
76,258
Last Day
239
Last Week
1,159
Last Month
5,260
Last Year
43,467
MIT License
9 Stars
43 Commits
11 Forks
3 Watchers
1 Branches
3 Contributors
Updated on Apr 19, 2025
Minified
Minified + Gzipped
Latest Version
3.1.9
Package Id
@revolist/revogrid-column-select@3.1.9
Unpacked Size
164.79 kB
Size
57.77 kB
File Count
15
NPM Version
10.9.0
Node Version
22.12.0
Published on
Jan 15, 2025
Cumulative downloads
Total Downloads
Last Day
54.2%
239
Compared to previous day
Last Week
2%
1,159
Compared to previous week
Last Month
-12.7%
5,260
Compared to previous month
Last Year
202.2%
43,467
Compared to previous year
This repo is read-only and will be deprecated in v5+ in favor of monorepos. Post issues here. Happy coding! 🖥️💻
Custom column type for RevoGrid component based on revo-dropdown library.
npm i @revolist/revogrid-column-select
1 2// do Select class import 3import SelectTypePlugin from "@revolist/revogrid-column-select"; 4 5const columns = [{ 6 prop: 'name', 7 labelKey: 'label', 8 valueKey: 'value', 9 source: [ 10 { label: 'According', value: 'a' }, 11 { label: 'Over', value: 'b' }, 12 { label: 'Source', value: 's' } 13 ], 14 columnType: 'select' // column type specified as 'select' 15}]; 16const rows = [{ name: 'New item' }, { name: 'New item 2' }]; 17 18// register column type 19const columnTypes = { 'select': new SelectTypePlugin() }; 20 21// apply data to grid per your framework approach 22<revo-grid source={rows} columns={columns} columnTypes={columnTypes}/>
For static sites check this Sample.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/29 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
security policy file not detected
Details
Reason
project is not fuzzed
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
19 existing vulnerabilities detected
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