vaadin / vaadin-grid-flow

Vaadin Flow Java API for vaadin/vaadin-grid Web Component
https://vaadin.com/components/vaadin-grid
Other
14 stars 16 forks source link

Grid component for Vaadin Flow

This project is the Component wrapper implementation of <vaadin-grid> element for use from the server side with Vaadin Flow.

This branch is Vaadin 11 compatible. See other branches for other framework versions:

Running the component demo

Run from the command line:

Then navigate to http://localhost:9998/vaadin-grid

Installing the component

Run from the command line:

Using the component in a Flow application

To use the component in an application using maven, add the following dependency to your pom.xml:

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-grid-flow</artifactId>
    <version>${component.version}</version>
</dependency>

Flow documentation

Documentation for Flow can be found on vaadin.com website or on GitHub.

Contributing

License

Apache License 2.0