vote up 0 vote down star
1

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?

flag

Hey Eric- Can you please explain this a bit further? It sounds like you're describing new, but then you're asking for something that exists.. I'm not sure I understand exactly you are trying to build. – keparo Oct 10 '08 at 23:19
Is it that you have an array of similar in nature JSON object and you want to sort that array of object by one or more key? If so I got what you need :P – matdumsa Oct 10 '08 at 23:25

2 Answers

vote up 5 vote down check

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.

link|flag
Exactly what I needed. In fact, we are already using Ext-JS. Thank you!! – Eric Wendelin Oct 11 '08 at 4:38
For the future, if you're looking for a widget and can describe it, it's probably already been done in ExtJS. ;) – eyelidlessness Oct 11 '08 at 5:03
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.