Auto-expand parent row when filterFromLeafRows is true and the user is searching. #6033
Unanswered
Turtleguyy
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the table's filterFromLeafRows property is set to true, searching will also look through all the subRows; however, it leaves the parent row collapsed so the user never actually sees the match to their search.
I realize I could likely implement this as some sort of custom filtering handler and set the appropriate row's expanded property — but it seems like this should just be the default, no?
Beta Was this translation helpful? Give feedback.
All reactions