https://github.com/vaadin-component-factory/selection-grid-pro-flow
https://github.com/vaadin-component-factory/selection-grid-pro-flow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaadin-component-factory/selection-grid-pro-flow
- Owner: vaadin-component-factory
- License: other
- Created: 2023-01-13T12:19:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:26:15.000Z (3 months ago)
- Last Synced: 2025-02-17T21:25:26.046Z (3 months ago)
- Language: Java
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selection Grid Pro
## Description
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## How to use it
Create a new component SelectionGridPro and use it like a Grid Pro component.
## Development instructions
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
## Examples
See https://github.com/vaadin-component-factory/selection-grid-pro-flow/blob/main/selection-grid-pro-flow-demo/src/main/java/com/vaadin/componentfactory/selectiongridpro/SimpleView.java
## Missing features or bugs
You can report any issue or missing feature on github: https://github.com/vaadin-component-factory/selection-grid-pro-flow/issues