Home
Softono
hot-table

hot-table

Open source MIT JavaScript
134
Stars
33
Forks
14
Issues
29
Watchers
7 years
Last Commit

About hot-table

Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.

Platforms

Web Self-hosted

Languages

JavaScript

<hot-table>

Polymer custom element wrapper for Handsontable data grid editor. Works with Polymer 1.x and Polymer 2.x (hybrid).

:exclamation: some stuff does not work yet. Do not use this yet! But feel free to submit issues on GitHub

Demo

Check it live!

Install

Install the component using Bower:

$ bower install hot-table --save

Or download as ZIP.

Usage

  1. Import Web Components' polyfill:

     <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
  2. Import Custom Element:

     <link rel="import" href="bower_components/hot-table/src/hot-table.html">
  3. Start using it!

     <hot-table datarows="{{itemsArray}}"></hot-table>

License

MIT License