Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 638 Bytes

File metadata and controls

19 lines (15 loc) · 638 Bytes

VirtualList component for Vaadin Flow

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

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-virtual-list-flow</artifactId>
    <version>${component.version}</version>
</dependency>

License

Apache License 2.0