eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

How to filter an element in the tree? #25

Open ThCC opened 10 years ago

ThCC commented 10 years ago

How to filter an element in the tree?

chucktomasi commented 7 years ago

I have the same request. The sample data on the node filter example is deceptive. If I set up a tree like

Level 1

Searching for "Project" doesn't return anything because it's not in the parent title. Thoughts on how to return "Level 1 and Project 1"? Otherwise this search not terribly useful in a tree structure.