views:

2488

answers:

2

I'd like to create a tree structure from JSON, but with multiple columns that can be sorted. I've seen lots of implementations of trees and grids but never one mixed.

Does anyone know of a plugin or feature for any Javascript toolkit that can make this happen so I don't have to re-invent the wheel here?

+5  A: 

This seems pretty nice: http://www.max-bazhenov.com/dev/ux.maximgb.treegrid/index.html

Uses ExtJS, which has some licensing limitations you have to consider.

eyelidlessness
Exactly what I needed. In fact, we are already using Ext-JS. Thank you!!
Eric Wendelin
For the future, if you're looking for a widget and can describe it, it's probably already been done in ExtJS. ;)
eyelidlessness
A: 

Here is an "official" example as well (top grid on the page), using the RowExpander UX.

http://extjs.com/deploy/dev/examples/grid/grid3.html

Jason
Link doesn't exists anymore.
Chau