Hi,
Consider a Treegrid with this column:
- [ ] 1- AA
- [ ] 2 ---BB abcd
- [ ] 3 ---BB efgh
Line 1 is the parent node of two others.
Start using the filter by typing abcd, the result will be as exptected, line 3 disappears:
- [ ] 1- AA
- [ ] 2 --- BB abcd
Select line 2,
Expected:
As line 3 is not selected (because it's hidden by the filter), the parent node 1 should be half selected (the dash, not the tick)
Actual:
The parent node 1 is fully selected, at this point if you remove the abcd filter, line 3 will re-appear checked, which is not the expected behavior