13.1.0 • Published 6 months ago

handsontable v13.1.0

Weekly downloads
54,951
License
SEE LICENSE IN LI...
Repository
github
Last release
6 months ago

Handsontable

Handsontable is a JavaScript/HTML5 data grid component with spreadsheet look & feel. It provides easy data binding, data validation, filtering, sorting and CRUD operations.

Handsontable works with Vue, React and Angular. npm npm Build status FOSSA Status Known Vulnerabilities npm.io

Installation

Use npm to install the latest version.

npm install handsontable

You can use Yarn, NuGet or other methods as well. You can load it directly from jsDelivr.

Usage

Create a placeholder - an HTML element holding a place for a data grid.

<div id="example"></div>

Import Handsontable and its stylesheet.

import Handsontable from "handsontable";
import 'handsontable/dist/handsontable.full.css';

Alternatively, you can simply embed it in your HTML file.

<script src="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" rel="stylesheet">

Now turn your placeholder into a data grid with sample data.

const data = [
  ['', 'Tesla', 'Volvo', 'Toyota', 'Ford'],
  ['2019', 10, 11, 12, 13],
  ['2020', 20, 11, 14, 13],
  ['2021', 30, 15, 12, 13]
];

const container = document.getElementById('example');
const hot = new Handsontable(container, {
  data: data,
  rowHeaders: true,
  colHeaders: true
});
See the live demo

Features

A list of some of the most popular features:

  • Multiple column sorting
  • Non-contiguous selection
  • Filtering data
  • Export to file
  • Validating data
  • Conditional formatting
  • Merging cells
  • Custom cell types
  • Freezing rows/columns
  • Moving rows/columns
  • Resizing rows/columns
  • Hiding rows/columns
  • Context menu
  • Comments
  • Auto-fill option

Framework support

Use one of the available wrappers to use Handsontable with your favorite framework:

Documentation

Support and contribution

We provide support for all users through GitHub issues. If you have a commercial license then you can add a new ticket through the contact form.

If you would like to contribute to this project, make sure you first read the guide for contributors.

Browser compatibility

Handsontable is compatible with modern browsers such as Chrome, Firefox, Safari, Opera, and Edge. It also supports Internet Explorer 9 to 11 but with limited performance.

License

Handsontable is dual-licensed. You can either use a free license for all your non-commercial projects or purchase a commercial license. See the table below for a comparison of these two.

License key

The license key is obligatory since Handsontable 7.0.0 (released in March 2019).

If you use Handsontable for purposes not intended toward monetary compensation such as, but not limited to, teaching, academic research, evaluation, testing and experimentation, pass the phrase 'non-commercial-and-evaluation', as presented below:

const hot = new Handsontable(container, {
  data: data,
  rowHeaders: true,
  colHeaders: true,
  licenseKey: 'non-commercial-and-evaluation'
});

If, on the other hand, you use Handsontable in a project that supports your commercial activity, then you must purchase the license key at handsontable.com.

The license key is validated in an offline mode. No connection is made to any server. Learn more about how it works.

Created by Handsoncode with ❤ and ☕ in Tricity.

cr-components@titaui/pcdt-ai-workssop-cdmng2-handsontablessui-reactjslg-ly-web-componentsxprst-com@mediatool/mt-mediaplanning-ui@everything-registry/sub-chunk-1823sheets_form_builder_jslabeling-toolhodfikizmet-react-handsontableipysheetipysheet-sglog-vue2.x-element-componentsng-handsontableng2-handsontableng2-handsontable-jsmodo-plugin-commonmodo-designmtq-uimongo-table-adminhs-elementuihax-lib-electronhax-apphax-app-libjson-on-relationsjv-react-handsontablenc-reportnetlify-cms-widget-i18nm-tablemeidenfx-webuimcui_vueeditable-chartdxexceldt-react-componentecs-cmmecs-cmm2eip-uiember-handsontablegggj_libgwlowcodehalosee-ui-fvuehalosee-ui-mvuehaiwellfast-app-core-vuefastsun-corefile-viewer3ezdev-decisionhandsontable-key-value-selecthandsontable-multi-selecthandsontable-prohandsontable-viewernuvo-reactq-file-viewerqcc-editable-tablepuzzy-adminppcase-uiordering-ui-adminordering-ui-admin-externalpostget-react-handsontablepreviewmorereact-components-w567675react-handsontablereact-office-previewerreact-office-viewerreact-office-viewer-xhxpayment-ui-bo-componentsplug-in-componentspod-uirc-handsontablesearch-list-detailseb-handsontableseb-ng-handsontableseedsontablesds-previewzny-vue-designer@handsontable6/angular@gwdata/lowcodexmexcel-view@flyfish-group/file-viewer@flyfish-group/file-viewer3@forsellersapp/sui-reactjs@hiknowledge/react-office-viewer@galaxyproject/galaxy-client@infinitebrahmanuniverse/nolb-handu-report-uivue-json-tablevue-files-viewervue3-file-preview@kloudioinc/preptypeswsstsadvweb-report-yioweb-report-yio-1zeppelin-season-tableyn-zhidazjzx-portalzll-fileview
13.1.0

7 months ago

12.4.0

10 months ago

13.0.0

9 months ago

12.3.2

1 year ago

12.3.3

1 year ago

12.3.1

1 year ago

12.3.0

1 year ago

12.2.0

1 year ago

12.1.3

2 years ago

12.0.1

2 years ago

12.1.2

2 years ago

12.1.0

2 years ago

12.1.1

2 years ago

12.0.0

2 years ago

11.1.0

2 years ago

11.0.0

2 years ago

11.0.1

2 years ago

10.0.0

2 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

8.4.0

3 years ago

8.3.2

3 years ago

8.3.1

3 years ago

8.3.0

3 years ago

8.2.0

3 years ago

8.1.0

3 years ago

8.0.0

4 years ago

8.0.0-beta.2

4 years ago

7.4.2

4 years ago

7.4.1

4 years ago

7.4.0

4 years ago

7.3.0

4 years ago

8.0.0-beta.1

4 years ago

7.2.2

4 years ago

7.2.1

4 years ago

7.2.0

4 years ago

7.1.1

5 years ago

7.1.0

5 years ago

7.0.3

5 years ago

7.0.2

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.2.2

5 years ago

6.2.1

5 years ago

6.2.0

5 years ago

6.1.1

5 years ago

6.1.0

5 years ago

6.0.1

5 years ago

6.0.0

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

0.38.1

6 years ago

0.38.0

6 years ago

0.37.0

6 years ago

0.36.0

6 years ago

0.35.1

6 years ago

0.35.0

6 years ago

0.34.5

6 years ago

0.34.4

7 years ago

0.34.3

7 years ago

0.34.2

7 years ago

0.34.1

7 years ago

0.34.0

7 years ago

0.33.0

7 years ago

0.32.0

7 years ago

0.32.0-beta2

7 years ago

0.32.0-beta1

7 years ago

0.31.2

7 years ago

0.31.1

7 years ago

0.31.0

7 years ago

0.30.1

7 years ago

0.30.0

7 years ago

0.29.2

7 years ago

0.29.1

7 years ago

0.29.0

7 years ago

0.28.4

7 years ago

0.28.3

7 years ago

0.28.2

7 years ago

0.28.1

7 years ago

0.28.0

8 years ago

0.27.0

8 years ago

0.26.1

8 years ago

0.26.0

8 years ago

0.25.1

8 years ago

0.25.0

8 years ago

0.24.3

8 years ago

0.24.2

8 years ago

0.24.1

8 years ago

0.24.0

8 years ago

0.23.0

8 years ago