Selection GridPro - Vaadin Add-on Directory
Selection Grid component for Grid ProSelection GridPro version 1.0.0
Initial release
Features:
* Select a range of rows with SHIFT/CTRL + Click or SHIFT + Arrow
* Select/deselect a row using Space Bar
Selection GridPro version 1.1.0
#### New features:
* Add right click selection
Selection GridPro version 2.0.0
* New version supporting Vaadin 24.3.
* Fix to use public API to calculate page instead of now removed private function
Selection GridPro version 2.1.0
Fix performance issue when selecting items with arrow keys
Selection GridPro version 2.1.1
#### Bug fixes:
* Fix performance issue by keeping reference of selected items on arrow selection
Selection GridPro version 2.1.2
- Avoid executing unnecessary queries to the backend by debouncing calls from client side and defer obtaining the selected item until the grid loads the page from the backend
- Fix range calculation issues