This javascript component was created as a response to other TreeView components that did not satisfied my project requirements.
The main objective of this component is to be able to dinamically add and remove nodes from the tree as fast as possible and also offer features to interact with the tree.
Features:
- Create an initial tree structure and render it;
- Add and remove nodes in real time, when the tree is already rendered;
- Display nodes with icons;
- Custom events when nodes are opened and closed;
- Context menus for nodes.