Directory

Selection GridPro - Vaadin Add-on Directory

Selection Grid component for Grid Pro Selection GridPro - Vaadin Add-on Directory
## 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 #### Compatibility * Version 1.x.x supports Vaadin 23, 24.1 & 24.2 * Version 2.x.x supports Vaadin 24.3 #### 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 #### Sponsored development Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing)
View on GitHub

Selection 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