angular-ui/ui-grid
Auf GitHub ansehenUsing a grid with grouping and selection is totally broken
Open
#6.734 geöffnet am 22. Mai 2018
grid-groupinggrid-selectionhelp wanted
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
I created a very simple Plunker to show the problems: http://plnkr.co/edit/zCstBVfGphTmyXJOYP7h?p=preview This bug occurs in the latest version, as of today, 4.4.11. There are a few issues:
- Select all doesn't select the group headers and vise versa.
- Selecting a group header and then deselecting one of the selected children doesn't deselect the group header itself.
- Selecting a few (not all) children under a single group header and then selecting the group header of those children changes all the selected children to deselected and all the deselected children to selected.