vaadin / flow-components

Java counterpart of Vaadin Web Components
101 stars 66 forks source link

Multiselection Grid Checkbox issues #5108

Open finn0s opened 1 year ago

finn0s commented 1 year ago

Description of the bug / feature

TreeGrid

Grid

Minimal reproducible example

Example: vaadin-grid.zip

Versions:

- Vaadin / Flow version: 24.0.5
- Java version: 17
- OS version: Windows 10
- Browser version (if applicable): Chrome 113.0.5672.127
- IDE (if applicable): Intellij
yuriy-fix commented 1 year ago

Grid cannot at the moment determine if all child nodes of a parent are selected because of the lazy loading, the same applies to the master checkbox. The ticket is considered to be an enhancement request. Additionally it's not necessarily the desired behaviour, e.g. file-folder structure where you want to select file nodes and the folder.