The project is example for selecting row range like excel in Vaadin grid with multi row selection. Can select row range with shift key.
https://vaadin-grid-range-selection.herokuapp.com/
-
JDK 8 or later
-
Maven
-
Node.js 10
-
To compile the entire project, run "mvn install" in the project root.
-
Execute the project from command line
-
Run mvn spring-boot:run in the project root directory.
-
After the server has started point browser to http://localhost:8080 to see the resulting application.
-
Press Shift+Click for the range row selection