arvindr21 / jsTree-directive

An Angular Directive for jsTree. Docs :
http://jstree-directive.herokuapp.com/
51 stars 33 forks source link

Search input box position #25

Open ghost opened 9 years ago

ghost commented 9 years ago

In case of large tree, search input box positioning before tree-view is better.

I want position search input box before jstree. I have tried to change position, but not worked. from : e.after(<input type="text" placeholder="Search Tree" class="ng-tree-search"/>) to: e.before(<input type="text" placeholder="Search Tree" class="ng-tree-search"/>)

NomadCoding02 commented 5 years ago

In case if someone needs the input box to be positioned before the tree, simply replace the following: