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:
- master branch is Vaadin 11 compatible (Flow version 1.1)
- 1.0 branch is Vaadin 10 compatible (Flow version 1.0)
- 1.1 branch is Vaadin 10 compatible with TreeGrid (Flow version 1.0)
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.
- Use the coding conventions from Flow coding conventions
- Submit a pull request with detailed title and description
- Wait for response from one of Vaadin Flow team members
Apache License 2.0