Gathering detailed insights and metrics for @wszymanski-test/react
Gathering detailed insights and metrics for @wszymanski-test/react
Gathering detailed insights and metrics for @wszymanski-test/react
Gathering detailed insights and metrics for @wszymanski-test/react
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/react
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
353
Last Day
1
Last Week
5
Last Month
12
Last Year
105
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.1
Package Id
@wszymanski-test/react@12.4.1
Unpacked Size
12.51 MB
Size
2.25 MB
File Count
18
NPM Version
8.11.0
Node Version
16.15.1
Published on
May 31, 2023
Cumulative downloads
Total Downloads
55
1
34
Handsontable's wrapper for React 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 for React:
✓ 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
Get Handsontable from npm or Yarn.
1npm install handsontable @handsontable/react
Import Handsontable's CSS:
1import 'handsontable/dist/handsontable.full.min.css';
1import { registerAllModules } from 'handsontable/registry'; 2 3registerAllModules();
HotTable
componentThe main Handsontable component is called HotTable
.
1import { HotTable } from '@handsontable/react';
To set Handsontable's configuration options, use HotTable
's props. For example:
1import { HotTable } from '@handsontable/react'; 2import { registerAllModules } from 'handsontable/registry'; 3import 'handsontable/dist/handsontable.full.min.css'; 4 5registerAllModules(); 6 7export const ExampleComponent = () => { 8 9 return ( 10 <HotTable 11 // set `HotTable`'s props here 12 data={[ 13 ['', 'Tesla', 'Volvo', 'Toyota', 'Ford'], 14 ['2019', 10, 11, 12, 13], 15 ['2020', 20, 11, 14, 13], 16 ['2021', 30, 15, 12, 13] 17 ]} 18 rowHeaders={true} 19 colHeaders={true} 20 height="auto" 21 licenseKey="non-commercial-and-evaluation" // for non-commercial use only 22 /> 23 ); 24};
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 for React 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 MoreLast Day
0%
1
Compared to previous day
Last Week
66.7%
5
Compared to previous week
Last Month
0%
12
Compared to previous month
Last Year
-57.7%
105
Compared to previous year