I have the following JSON-formatted data:
[
{
\"ID\": \"00:50:c2:63:10:1a\",
\"start\": \"1349773838277760\",
\"end\": \"1349773838277770\",
Have a look at:
http://www.1stwebdesigner.com/css/top-jquery-chart-libraries-interactive-charts/
http://codecanyon.net/item/graphup-jquery-plugin/108025?ref=1stwebdesigner
These are solutions that are very good for these kinds of tables
I would recommend dataTables, you can feed in a javascript array. Click here
If DataTables is too heavy for you (70 KB) you can use the various template libraries out there:
Just convert a table row into a template and then repeat that template inside an HTML table.
You can use jqGrid for jQuery.
DataTables can create a table from JSON.