Install Handsontable for React from npm. The following command will install the wrapper and the Handsontable component.
npm install @handsontable/react handsontable
Install Handsontable for Angular from npm. The following command will install the wrapper and the Handsontable component.
npm install @handsontable/angular handsontable
Install Handsontable for Vue from npm. The following command will install the wrapper and the Handsontable component.
npm install @handsontable/vue handsontable
Handsontable can be installed from npm. It includes all the files, along with the complete source code.
npm install handsontable
To install Handsontable, just run the following command using the Yarn Package Manager Console.
yarn add handsontable
To install Handsontable, just run the following command in the NuGet package manager console.
PM> Install-Package Handsontable
If you use a modular script loader, then you can require Handsontable just like any other module:
require(['handsontable'], function(Handsontable) { var hot = new Handsontable(document.getElementById('example'), { data: [[1, 2, 3, 4], [1, 2, 3, 4]] }); });
To install Handsontable with jspm, run the following command.
jspm install npm:handsontable
Download the ZIP archive, which contains the full source code of the latest version of Handsontable.
If you are looking for nightly builds, download the develop branch.
Handsontable repository is hosted and maintained on GitHub.
Clone using HTTPS (Recommended)
https://github.com/handsontable/handsontable.git
Clone using SSH
git@github.com:handsontable/handsontable.git
Handsontable is served through jsDelivr which has no bandwidth limits, supports HTTPS and is available from more than 750 points of presence.
Minified JavaScript
https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js
Minified CSS
https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css