Hot Table Save

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

Project README

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

Open Source Agenda is not affiliated with "Hot Table" Project. README Source: handsontable/hot-table

Open Source Agenda Badge

Open Source Agenda Rating