Convert JSON array to an HTML table in jQuery

ajax, html-table, javascript, jquery, json

Solution

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

Problem

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?

Original source

Related problems