Closed AnatolyPruchay closed 7 years ago
You can see the issue at http://jsbin.com/jijoma/3/edit?html,js,output Try filter by whiskey and there is no childrens when it expand
Yes, we're using Angular's filterFilter
which by default will recursively check child properties. This is why a parent will remain visible when your search matches a child but the child is hidden when your search matches a parent. You have at least a couple options:
Thsnks! but i already solved this issue by the filter function that control show/hide property on nodes)
Greetings! Is it possible to filter this way When in the filtered list only the parent To show children, if you expand the list? In the current version only the parent is displayed.