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:
Run from the command line:
mvn jetty:run -PrunTests
Then navigate to http://localhost:9998/vaadin-grid
Run from the command line:
mvn clean install -DskipTests
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>
Documentation for Flow can be found on vaadin.com website or on GitHub.
Apache License 2.0