vaadin / vaadin-grid-flow

Vaadin Flow Java API for vaadin/vaadin-grid Web Component

Home Page:https://vaadin.com/components/vaadin-grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vaadin Flow Java API for vaadin/vaadin-grid Web Component

https://vaadin.com/components/vaadin-grid

License:Other


Languages

Language:Java 95.9%Language:JavaScript 4.0%Language:HTML 0.1%