Torsten Sauer
Torsten Sauer
You need a variable named `filterString` inside your scope you include the tree (see first post on this thread, there is an example with an input field and ng-model that...
The `field` property isn't designed to be used for deep object traversal - it is simply the name of the property of the node. You have two options I would...
What are you concrete problems with the `cellTemplate`? Inside the template you can access your node via `row.branch`. That gives you the single node. Shortened Example: ``` ... cellTemplate: "{{row.branch.foo.bar}}",...
Yeah, you need one html element to let angular render the whole thing - otherwise it complains ;-)
Hi @thinkingbraindog, sorry for the late response! You should note, that the first column is the "expand property" and is internally called "Name" (with big N). So if you want...