An open API service indexing awesome lists of open source software.

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.

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)