I have a tree structure data angular-slickgrid with parent-child relationship. Whenever I try to filter parent records by typing some values in search box, parent records get filtered but without all of its child records.
I can still see +/- icon in front of parent records but clicking on it brings only those child records that match the search value.
I want all of the child records of filtered parent record to get displayed when I expand the parent record irrespective of searched value. Any possible solution to achieve this?