Preserving Subrows Visibility When Filtering Parent Rows #5727
Unanswered
alexlazarian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation here, enabling the filterFromLeafRows option will include parent rows if any of their child or grand-child rows are included in the filter results.
However, when I enable this option, I’ve noticed that when searching for the parent row itself, the children rows are filtered out, which isn’t the desired behavior. I would like to preserve the visibility of subrows even when searching for the parent row.
Is there a way to adjust the filtering behavior so that subrows are preserved and visible when searching for the parent row?
Any insights or suggestions on how to achieve this would be greatly appreciated!
@tannerlinsley
Beta Was this translation helpful? Give feedback.
All reactions