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?