Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
sm-handsontable
Advanced tools
Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs
Handsontable is a data grid component with an Excel-like appearance. Built in JavaScript, it integrates with any data source and comes with features like data validation, sorting, grouping, data binding or column ordering. Actively supported by the Handsoncode team and the GitHub community.
Check out the demos at http://handsontable.com/examples.html or fork the example on JSFiddle to see Handsontable in action.
bower install handsontable --save
Alternatively, you can download it in a ZIP file.
dist\
directory:<script src="dist/handsontable.full.js"></script>
<link rel="stylesheet" media="screen" href="dist/handsontable.full.css">
Handsontable
object, passing a reference to an empty div as a first argument. After that, load some data if you wish:<div id="example"></div>
<script>
var data = [
["", "Kia", "Nissan", "Toyota", "Honda"],
["2008", 10, 11, 12, 13],
["2009", 20, 11, 14, 13],
["2010", 30, 15, 12, 13]
];
var container = document.getElementById('example');
var hot = new Handsontable(container,
{
data: data
});
</script>
Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
Handsontable is compatible with IE 9+, Firefox, Chrome, Safari and Opera.
Please see CONTRIBUTING.md
To see the list of recent changes, see Releases section.
The MIT License (see the LICENSE file for the full text)
You can contact us at hello@handsontable.com.
FAQs
Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs
We found that sm-handsontable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.