hot-table

WebJar for hot-table

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.handsontable
ArtifactId

ArtifactId

hot-table
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

hot-table
WebJar for hot-table
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/handsontable/hot-table

Download hot-table

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.handsontable/hot-table/ -->
<dependency>
    <groupId>org.webjars.bowergithub.handsontable</groupId>
    <artifactId>hot-table</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.handsontable/hot-table/
implementation 'org.webjars.bowergithub.handsontable:hot-table:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.handsontable/hot-table/
implementation ("org.webjars.bowergithub.handsontable:hot-table:1.0.0")
'org.webjars.bowergithub.handsontable:hot-table:jar:1.0.0'
<dependency org="org.webjars.bowergithub.handsontable" name="hot-table" rev="1.0.0">
  <artifact name="hot-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.handsontable', module='hot-table', version='1.0.0')
)
libraryDependencies += "org.webjars.bowergithub.handsontable" % "hot-table" % "1.0.0"
[org.webjars.bowergithub.handsontable/hot-table "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.9.0,3)
org.webjars.bowergithub.handsontable : handsontable jar [2.0.0,5)

Project Modules

There are no modules declared in this project.

<hot-table>

Polymer custom element wrapper for Handsontable data grid editor. Works with Polymer 1.x and Polymer 2.x (hybrid).

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

org.webjars.bowergithub.handsontable

Handsontable

A JavaScript component that combines data grid features with spreadsheet-like UX.

Versions

Version
1.0.0