Gathering detailed insights and metrics for @wszymanski-test/handsontable
Gathering detailed insights and metrics for @wszymanski-test/handsontable
Gathering detailed insights and metrics for @wszymanski-test/handsontable
Gathering detailed insights and metrics for @wszymanski-test/handsontable
JavaScript Data Grid / Data Table with a Spreadsheet Look & Feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
npm install @wszymanski-test/handsontable
Typescript
Module System
Node Version
NPM Version
JavaScript (93.28%)
TypeScript (5.05%)
SCSS (1.08%)
CSS (0.37%)
Vue (0.21%)
EJS (0.01%)
Total Downloads
246
Last Day
1
Last Week
5
Last Month
14
Last Year
80
NOASSERTION License
20,981 Stars
8,747 Commits
3,143 Forks
457 Watchers
159 Branches
133 Contributors
Updated on May 09, 2025
Minified
Minified + Gzipped
Latest Version
12.4.0
Package Id
@wszymanski-test/handsontable@12.4.0
Unpacked Size
20.71 MB
Size
3.76 MB
File Count
1,244
NPM Version
8.11.0
Node Version
16.15.1
Published on
May 30, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
66.7%
5
Compared to previous week
Last Month
100%
14
Compared to previous month
Last Year
-51.8%
80
Compared to previous year
62
1
Handsontable is a JavaScript component that combines data grid features with spreadsheet-like UX.
It provides data binding, data validation, filtering, sorting, and CRUD operations.
|
|
|
|
|
The most popular features of Handsontable:
✓ Multiple column sorting
✓ Non-contiguous selection
✓ Filtering data
✓ Export to file
✓ Validating data
✓ Conditional formatting
✓ Merging cells
✓ Freezing rows/columns
✓ Moving rows/columns
✓ Resizing rows/columns
✓ Hiding rows/columns
✓ Context menu
✓ Comments
Run the following command in your terminal
npm install handsontable
You can also use Yarn, NuGet or load the bundle directly from jsDelivr.
Create an HTML placeholder
1<div id="example"></div>
Import Handsontable and its stylesheet
1import Handsontable from "handsontable"; 2import 'handsontable/dist/handsontable.full.css';
Now turn your placeholder into a data grid with sample data.
1const data = [ 2 ['', 'Tesla', 'Volvo', 'Toyota', 'Ford'], 3 ['2019', 10, 11, 12, 13], 4 ['2020', 20, 11, 14, 13], 5 ['2021', 30, 15, 12, 13] 6]; 7 8const container = document.getElementById('example'); 9const hot = new Handsontable(container, { 10 data: data, 11 rowHeaders: true, 12 colHeaders: true 13});
We provide support for developers working with commercial version via contact form or at support@handsontable.com.
If you use a non-commercial version then please ask your tagged question on StackOverflow.
Handsontable is a commercial software with two licenses available:
If you use Handsontable in a project that supports your commercial activity, then you must purchase the license key at handsontable.com.
If you use the free for non-commercial license of Handsontable, then pass the phrase 'non-commercial-and-evaluation'
, as described in this documentation.
Proudly created and maintained by the Handsontable Team.
No vulnerabilities found.
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
Found 22/29 approved changesets -- score normalized to 7
Reason
badge detected: InProgress
Reason
dangerous workflow patterns detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
72 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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