Skip to content

gregorychalenko/hot-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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

💡 jQuery is currently needed by Handsontable. GOOD NEWS: Future release will be independent from jQuery

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 and jQuery:

    <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.3/platform.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.3/polymer.js"></script>
    <script src="//code.jquery.com/jquery-2.1.1.min.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

Resources

Stars

Watchers

Forks

Packages

No packages published