# hot-table **Repository Path**: mirrors_handsontable/hot-table ## Basic Information - **Project Name**: hot-table - **Description**: Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # <hot-table> Polymer custom element wrapper for [Handsontable](http://handsontable.com/) 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!](http://handsontable.github.io/hot-table) ## Install Install the component using [Bower](http://bower.io/): ```sh $ bower install hot-table --save ``` Or [download as ZIP](https://github.com/handsontable/hot-table/archive/gh-pages.zip). ## Usage 1. Import Web Components' polyfill: ```html ``` 2. Import Custom Element: ```html ``` 3. Start using it! ```html ``` ## License [MIT License](http://opensource.org/licenses/MIT)