views:

362

answers:

1

I'm looking at possible approaches to rendering json data received from an Ajax call into HTML tables. I don't want to recreate the table tags and rows each time so a templating seems like the best solution.

Besides 'PURE' plugin/library (http://beebole.com/pure/), is there another option that would work for this purpose?

A: 

I've used jtemplates for this kind of thing and it works just fine. Simplistic and lightweight.

jamesaharvey
If you have examples, can to share!
Abhishek