Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 627 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 627 Bytes

Demo Application: Lazy, Filtered and Sorted Vaadin Grid

This project is a demo application that shows how to build a Vaadin application with a Grid component, and using several important features like lazy loading, filtering and sorting from a backend service.

Import the project to the IDE of your choosing as a Maven project.

Run application using mvn jetty:run

Open http://localhost:8080/ in a browser.

For more information regarding this application, refer to this blog post.

For more information on Vaadin, visit https://vaadin.com/.