views:

5732

answers:

1

Is there a really easy way I can take an array of JSON objects and turn it into an HTML table, excluding a few fields? Or am I going to have to do this manually?

+3  A: 

I'm not sure if is this that you want but there is jqGrid. It can receive JSON and make a grid.

Daniel Moura
Link is not working
Josh Stodola
Nevermind, it's working now (we have a ridiculous third-party proxy that is supposed to make us secure, but it's flaky and slow). Looks cool! Might be a bit much for what I need, but I'll check it out. Thanks.
Josh Stodola
Another vote for jqGrid - really easy to implement, has great documentation and examples, and cuts down on a lot of the work for you.
Peter Bailey