Torsten Sauer
Torsten Sauer
Hi @kirajhpang, sorry for my late response, but maybe it helps? I did this some days ago with the following logic: - I changed the template for my grid to...
It surely depends on your backend and how you load the tree and it's children. You will need at least one function to get the root(s) of the tree and...
If you use the `on-click` you get the single node/branch of the tree. You need to set the `children` property of the given branch and set the `expanded` property to...
Could you try if https://github.com/khan4019/tree-grid-directive#expanding-tree-after-search fits your needs?
Hmm... Ah, I think now I understand what you like to do: you want to display child nodes that don't match the current filter, but their parent do? Without changing...
* create a colum with * a name that doesn't collide with existing fields * a `displayName`of " " (a single space, if you leave it blank the name will...
Yes, that would be the way to go. Currently the search works as a filter for ng-repeat, so every node that doesn't fit the filter criteria is discarded - so...
The col_defs definition has a property `filterable` which controls what fields are searched for filtering. Please look at the readme (https://github.com/khan4019/tree-grid-directive/blob/master/README.md) - there you can find the description and some...
Ah, I should read more carefully ;-) Yeah, if you like to search different cols (eg. with multiple inputs) you can't do that at the moment right out of the...
Doesn't look to bad ;-)