Gathering detailed insights and metrics for handsontable
Gathering detailed insights and metrics for handsontable
Gathering detailed insights and metrics for handsontable
Gathering detailed insights and metrics for handsontable
@handsontable/pikaday
A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS
handsontable-multi-select
Handsontable editor and renderer for multi-select cells
handsontable-labworks
Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.
ikizmet-react-handsontable
iKizmet Forked version of Handsontable component for ReactJS.
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
npm install handsontable
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
20,067 Stars
8,476 Commits
3,052 Forks
453 Watching
147 Branches
130 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
JavaScript (94.31%)
TypeScript (5.16%)
SCSS (0.24%)
Vue (0.23%)
CSS (0.05%)
EJS (0.01%)
Cumulative downloads
Total Downloads
Last day
8.2%
21,268
Compared to previous day
Last week
6.8%
106,522
Compared to previous week
Last month
5%
442,768
Compared to previous month
Last year
-13%
5,378,894
Compared to previous year
55
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.
React | Angular | Vue | Vue 3 | JavaScript |
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
Get Handsontable from npm, Yarn or NuGet.
1npm install handsontable
1import Handsontable from 'handsontable'; 2 3import 'handsontable/dist/handsontable.full.min.css';
1<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script> 2 3<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" />
1<div id="example"></div>
1const container = document.querySelector('#example'); 2const hot = new Handsontable(container, { 3 data: [ 4 ['', 'Tesla', 'Volvo', 'Toyota', 'Ford'], 5 ['2019', 10, 11, 12, 13], 6 ['2020', 20, 11, 14, 13], 7 ['2021', 30, 15, 12, 13] 8 ], 9 rowHeaders: true, 10 colHeaders: true, 11 licenseKey: 'non-commercial-and-evaluation' // for non-commercial use only 12});
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.
The latest stable version of the package.
Stable Version
1
7.5/10
Summary
Inefficient Regular Expression Complexity in handsontable
Affected Versions
< 10.0.0
Patched Versions
10.0.0
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 9
Details
Reason
Found 22/30 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
66 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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