Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

vaadin/vaadin-grid-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • 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)

Running the component demo

Run from the command line:

  • mvn jetty:run -PrunTests

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

Installing the component

Run from the command line:

  • mvn clean install -DskipTests

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