-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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"/>)
Metadata
Metadata
Assignees
Labels
No labels