I am looking for a datagrid which can show hierarchical information. I don't need it to be ajax driven ... can simply even be from static data embedded in HTML.
+1
A:
DataTables is amazing: http://www.datatables.net/ the best by far that I have used.
It uses simple HTML tables, or ajax etc.
It is hard to directly answer your question since I don't know what sort of hierarchies you have but I've used it for simple hierarchical relationships and the grouping feature might help you ...
http://www.datatables.net/examples/advanced_init/row_grouping.html
Somewhat related: You might want to look into jsPlumb. It's a very neat way to graphically show hierarchies
ex: http://morrisonpitt.com/jsPlumb/html/jquery/chartDemo.html
Justin Jenkins
2010-07-30 08:34:01
A:
Take a look at this ExtJS example... maybe what you are looking for:
http://www.sencha.com/deploy/dev/examples/tree/column-tree.html
Impiastro
2010-07-30 08:59:19