Jonathan - I'd be happy to help you out, and I'll bet we can get some tips from other folks, too. If you bring what you have on Tuesday evening, that will give us something to talk about.
In the meantime, I've found that if I'm building pretty simple tables to display data that it's often easier to use a jquery table plugin. jqgrid is one: <http://www.trirand.com/blog/> slickgrid <https://github.com/mleibman/SlickGrid/wiki> is another, but I think there are probably a dozen or more. Good luck! -Andy On Sun, Oct 9, 2011 at 1:26 PM, Jonathan Otsuka <[email protected]> wrote: > I am currently working on a project that I am querying a mysql database and > building a JSON object. That object is then being queried with $.getJSON > (jquery) and builds HTML tables on the fly. > > I am not sure my JSON object is the most efficiently structured and if I am > doing too much on the client side to build these tables. The pages don't seem > to be slow to build/generate the tables just this is my first time using JSON > and jquery. > > Would someone on tuesday be able to maybe look at what I have and maybe give > me some pointers? > > Jonathan Otsuka > _______________________________________________ > kc mailing list > [email protected] > http://mail.pm.org/mailman/listinfo/kc > _______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
