Jennifer Fu
Jan 6, 2023

--

Highlighting the search result is easy. However, filtering out the search result might be challenging, as a tree may be incomplete. For example, how do you display a child if its parent is filtered out? Well, there are multiple approaches to fix this issue: 1. Display the filtered out parent if there is a child fitting the search criteria. 2. Promote the child to its ancestor level. 3. Simply display a flat table for the filtering result.

--

--

Jennifer Fu
Jennifer Fu

No responses yet