Search code examples
javascriptjqueryjsonajaxhtml-table

Convert JSON array to an HTML table in jQuery


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?


Solution

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