I have some data to display that is both tabular and hierarchical. I\'d like to let the user be able to expand and collapse the nodes.
Sort of like this, except func
You can try jQuery treegrid (http://maxazan.github.io/jquery-treegrid/) or jQuery treetable (http://ludo.cubicphuse.nl/jquery-treetable/)
Both are using HTML The jQuery treetable is using Meanwhile, jQuery treegrid is using only class for styling the tree. Usage example: tag format and styled the as tree.
data-tt-id and data-tt-parent-id for determining the parent and child of the tree. Usage example:
$("#tree").treetable({ expandable: true });
Parent
Child
Root node Additional info
Node 1-1 Additional info
Node 1-2 Additional info
Node 1-2-1 Additional info