Gathering detailed insights and metrics for tmp-hot
Gathering detailed insights and metrics for tmp-hot
Gathering detailed insights and metrics for tmp-hot
Gathering detailed insights and metrics for tmp-hot
tmp-hot-vue
Best Data Grid for Vue with Spreadsheet Look and Feel.
tmp-hot-vue3
Best Data Grid for Vue with Spreadsheet Look and Feel.
tmp-hot-react
Best Data Grid for React with Spreadsheet Look and Feel.
tmp-hot-angular
Best Data Grid for Angular with Spreadsheet Look and Feel.
JavaScript Data Grid / Data Table with a Spreadsheet Look & Feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
npm install tmp-hot
Typescript
Module System
Node Version
NPM Version
JavaScript (92.68%)
TypeScript (5.59%)
SCSS (1.14%)
CSS (0.37%)
Vue (0.2%)
EJS (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
21,174 Stars
8,847 Commits
3,167 Forks
457 Watchers
158 Branches
136 Contributors
Updated on Jul 12, 2025
Latest Version
13.1.0
Package Id
tmp-hot@13.1.0
Unpacked Size
21.36 MB
Size
3.96 MB
File Count
1,232
NPM Version
8.5.5
Node Version
16.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
64
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
packaging workflow detected
Details
Reason
no binaries found in the repo
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 11/30 approved changesets -- score normalized to 3
Reason
badge detected: InProgress
Reason
dangerous workflow patterns detected
Details
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
75 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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