MahendraSv / hot-table

Polymer Element wrapper for Handsontable data grid editor

Home Page:http://handsontable.github.io/hot-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<hot-table>

Polymer Element wrapper for Handsontable data grid editor

❗ 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.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

About

Polymer Element wrapper for Handsontable data grid editor

http://handsontable.github.io/hot-table/


Languages

Language:JavaScript 94.5%Language:CSS 5.5%