Selection Grid Pro component is based on Selection Grid component to provide support for multi-selection in Vaadin Grid Pro. It allows to:
- select a range of rows with SHIFT/CTRL + Click or SHIFT + Arrow
- select/deselect a row using Space Bar
Create a new component SelectionGridPro and use it like a Grid Pro component.
Build the project and install the add-on locally:
mvn clean install
Starting the demo server:
Go to selection-grid-pro-flow-demo and run:
mvn jetty:run
This deploys demo at http://localhost:8080
You can report any issue or missing feature on github: https://github.com/vaadin-component-factory/selection-grid-pro-flow/issues