paramquery / grid

jQuery grid plugin based on jQueryui widget design
paramquery.com
GNU General Public License v3.0
543 stars 255 forks source link

Treegrid filtering #176

Closed ferdossi closed 3 years ago

ferdossi commented 3 years ago

Hi, Consider a Treegrid with this column:

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:

Check 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