handsontable / hot-table

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<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

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

About

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

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

License:MIT License


Languages

Language:JavaScript 77.8%Language:HTML 22.1%Language:CSS 0.1%