Home
Softono

Hot Table

Open source MIT JavaScript
134
Stars
33
Forks
14
Issues
29
Watchers
8 years
Last Commit

 About Hot Table

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

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Hot Table?

We provide expert installation service for this software. Our team will install, configure, and secure Hot Table on your server. plans start at just $30.

<hot-table>

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="https://raw.githubusercontent.com/handsontable/hot-table/develop/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
    
  2. Import Custom Element:

    <link rel="import" href="https://github.com/handsontable/hot-table/blob/develop/bower_components/hot-table/src/hot-table.html">
    
  3. Start using it!

    <hot-table datarows="{{itemsArray}}"></hot-table>
    

License

MIT License