YUI Datatable Not Taking JSON
- by Pete Herbert Penito
I am trying to fill a Datatable with a JSON using YUI,
I have this JSON:
[{"test":"value1",
"test2":"value2",
"test3":"value3",
"topic_id":"123139007E57",
"gmt_timestamp":1553994442,
"timestamp_diff":-1292784933382,
"status":"images\/statusUp.png",
"device_id":"568FDE9CC7275FA"}, ..
It continues like this with about 20 different devices, and I…