Skip to content

vaadin-grid is a free, high quality data grid / data table element, built using Polymer

License

Notifications You must be signed in to change notification settings

maria-le/vaadin-grid

 
 

Repository files navigation

Bower version Build Status Gitter

<vaadin-grid>

<vaadin-grid> is a free, high quality data grid / data table Polymer element, part of the Vaadin Core Elements.

Screenshot of vaadin-grid

Getting started

Visit https://vaadin.com/elements/-/element/vaadin-grid for features, demos and documentation.

Contributing

See the contribution instructions which apply to all Vaadin core elements.

Development

See the development instructions which apply to all Vaadin core elements.

<vaadin-grid> specific development instructions

The internal implementation of vaadin-grid (1.0) is written in GWT, as it is based on the same implementation which is used in Vaadin Framework 7.

Below are instructions how to work with the GWT/Java code:

Compiling the GWT module

The compiled module is in the repository (vaadin-grid.min.js), so you don't need to compile it unless you modify any .java files.

First, make sure you've installed all the necessary tooling:

Install Gulp:

$ npm install -g gulp

Install npm dependencies:

$ npm install

Run the GWT compilation:

$ gulp gwt

Compiling using "pretty" output:

$ gulp gwt --gwt-pretty

Running and debugging in GWT SuperDevMode

To easily debug the Java code in the browser, use SDM:

$ gulp gwt:sdm

License

Apache License 2.0

About

vaadin-grid is a free, high quality data grid / data table element, built using Polymer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 67.0%
  • Java 28.1%
  • JavaScript 4.1%
  • Other 0.8%