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
HTML 5 allows summary tag, details element. That can be used to view or hide (collapse/expand) a section. Link