gozhhu / aimaraJS

Pure Javascript TreeView Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure Javascript TreeView Component

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.

Component First Usage

Complete Example

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.

About

Pure Javascript TreeView Component


Languages

Language:JavaScript 67.2%Language:HTML 20.3%Language:CSS 12.5%