Treetable is a jQuery plugin used to visualize your hierarchical table rows into a collapsible tree graph using d3.js JavaScript library.
Yet another tree table.
$(function() { $("table").treetable(); });