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
2009-06-26 20:22:10
Link is not working
Josh Stodola
2009-06-26 20:33:27
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
2009-06-26 20:36:17
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
2009-06-26 21:55:20