1. handsontable-dc

handsontable-dc

Handsontable

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.

npm
npm
Build status
FOSSA Status
Known Vulnerabilities


Get Started with Handsontable

React  Angular  Vue    JavaScript 

Handsontable data grid

Features

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

Documentation

Get Started

Install with npm

Run the following command in your terminal

npm install handsontable

You can also use Yarn, NuGet or load the bundle directly from jsDelivr.

Create a placeholder

Create an HTML placeholder

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

Import Handsontable and its stylesheet

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

Initialize the grid

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
});

Support

We provide support for developers working with commercial version via contact form or at [email protected].

If you use a non-commercial version then please ask your tagged question on StackOverflow.

License

Handsontable is a commercial software with two licenses available:

  • Free for non-commercial purposes such as teaching, academic research, and evaluation. Read it here.
  • Commercial license with support and maintenance included. See pricing plans.

License key

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.

Dependencies

@actions/core: ^1.5.0@actions/github: ^4.0.0@babel/cli: ^7.15.7@babel/core: ^7.15.5@babel/eslint-parser: ^7.15.7@babel/eslint-plugin: ^7.13.16@babel/plugin-proposal-class-properties: ^7.8.3@babel/plugin-proposal-object-rest-spread: ^7.15.6@babel/plugin-transform-runtime: ^7.15.0@babel/polyfill: ^7.8.3@babel/preset-env: ^7.15.6@babel/register: ^7.15.3@babel/runtime: ^7.15.4@babel/types: ^7.15.6babel-core: 7.0.0-bridge.0babel-eslint: ^11.0.0-beta.2babel-jest: ^26.6.3babel-loader: ^8.0.4babel-plugin-forbidden-imports: ^0.1.2babel-plugin-transform-inline-environment-variables: ^0.4.3babel-plugin-transform-require-ignore: ^0.1.1chalk: ^4.1.2concurrently: ^5.3.0copy-webpack-plugin: ^6.0.3cpy-cli: ^3.1.1cross-env: ^5.0.1css-loader: ^2.1.1ecstatic: ^4.1.4env-cmd: ^9.0.3eslint: ^7.32.0eslint-config-airbnb-base: ^14.2.1eslint-plugin-handsontable: file:.config/plugin/eslinteslint-plugin-import: ^2.24.2eslint-plugin-jsdoc: ^32.3.3execa: ^5.0.0fs-extra: ^4.0.2glob: ^7.1.2html-parse-stringify: ^2.0.3html-webpack-plugin: ^3.2.0http-server: ^0.12.3inquirer: ^7.3.3jasmine-co: ^1.2.2jasmine-console-reporter: ^3.1.0jasmine-core: ^3.9.0jasmine-terminal-reporter: ^1.0.3jest: ^26.6.3jest-cli: ^26.6.3jsdom: ^15.2.1jsdom-global: ^3.0.2loader-utils: ^1.1.0lodash: ^4.17.20mini-css-extract-plugin: ^0.5.0minimatch: ^3.0.4on-build-webpack: ^0.1.0optimize-css-assets-webpack-plugin: ^5.0.1progress-bar-webpack-plugin: ^1.10.0puppeteer: ^10.4.0replace-in-file: ^6.1.0rimraf: ^2.5.4semver: ^5.7.1spawn-command: 0.0.2string-replace-webpack-plugin: ^0.1.3style-loader: ^0.18.2stylelint: ^13.3.3supports-color: ^4.2.1tree-kill: ^1.2.2typescript: 3.8.2webpack: ^4.44.1webpack-cli: ^3.3.0yargs: ^16.2.0