I created a new category as the main table list table. the question is how to insert this JSON data into the JavaScript HTML table with the format below:
{
query: {
count: 10,
created: "2015-12-09T17:12:09Z",
lang: "en-US",
diagnostics: {},
...
},
test1: {
count: 16,
created: "2015-12-09T17:12:09Z",
lang: "en-US",
diagnostics: {},
...
},
bold: {
count: 1,
created: "2015-12-09T17:12:09Z",
lang: "en-US",
diagnostics: {},
...
},
home: {
count: 1,
created: "2015-12-09T17:12:09Z",
lang: "en-US",
diagnostics: {},
...
},
.....
}
Table like this:
| Name | Count | Time | Language | Diag |
-------------------------------------------------------------
| query | 10 | 2015-12-09T17:12:09Z | en-US | 2 |
| test1 | 16 | 2015-12-09T17:12:09Z | en-US | 2 | .....