<hot-table>
Polymer custom element wrapper for Handsontable data grid editor. Works with Polymer 1.x and Polymer 2.x (hybrid).
β some stuff does not work yet. Do not use this yet! But feel free to submit issues on GitHub
Demo
Install
Install the component using Bower:
$ bower install hot-table --save
Or download as ZIP.
Usage
-
Import Web Components' polyfill:
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
-
Import Custom Element:
<link rel="import" href="bower_components/hot-table/src/hot-table.html">
-
Start using it!
<hot-table datarows="{{itemsArray}}"></hot-table>