Hi, Quick question.. does anyone have an example of how to filter Hierarchical data displayed in the Outline component? I am using the code from https://jnkjava.wordpress.com/2015/02/01/recipe-14-how-to-add-a-quick-filter/ <https://jnkjava.wordpress.com/2015/02/01/recipe-14-how-to-add-a-quick-filter/>
The example above only is filtering a TaskNode which is just a Java object with fields at one level. Our data we are building up a tree structure and have multi-levels displayed in a true TreeTable format. I’m not using the OutlineView component but rather the Outline/ETable components in a legacy Swing App that was built and we’d like to add filtering and only display rows (Nodes) that match the filter value. Hope this makes sense, Thanks, - Tim