0


I have requirement to build tree exactly like jstree(http://www.jstree.com). Jstree meets all my requirements like adding new node, drag&drop, lazy loading. However my application is built on Angular so wanted to know if building my own Tree component is better vs using a jstree within my own directive. There are pros and cons with both approach.

Pros of Jstree
1) Quick development no need to reinvent the wheel.
2) A thoroughly tested component.
Cons:
1) Dependency on a third party library.
2) Making angular know about jsTree Dom manipulations.

Please let me now what is the best approach.I have also noticed some directives using jstree in github.

1 Answer 1

2

Try using angular ui-tree Angular UI Tree which is customizable and easy to implement

Sign up to request clarification or add additional context in comments.

1 Comment

I have tried that ,problem with Angular UI tree is it does not say its been tested with Safari.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.