https://github.com/handsontable/hot-table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
https://github.com/handsontable/hot-table
data-grid data-table dynamic-table excel grid polymer polymer-element spreadsheet table web-components
Last synced: about 1 month ago
JSON representation
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
- Host: GitHub
- URL: https://github.com/handsontable/hot-table
- Owner: handsontable
- License: mit
- Created: 2014-07-01T14:46:16.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-05T08:28:20.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T22:05:20.739Z (about 2 months ago)
- Topics: data-grid, data-table, dynamic-table, excel, grid, polymer, polymer-element, spreadsheet, table, web-components
- Language: JavaScript
- Homepage: http://handsontable.github.io/hot-table/
- Size: 405 KB
- Stars: 132
- Watchers: 31
- Forks: 36
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)