...json data file invalid JSON response ,for more infermationabout error please see http://datatable
...json data file invalid JSON response ,for more infermationabout error please see http://datatable
chritine
Posts: 1Questions: 1Answers: 0
have such problem "...json data file invalid JSON response ,for more infermationabout error please see http://datatables.net/tn/1"
my code
.js :
"ajax": {
url: '../assets/data/A_comlog.json',
dataSrc: 'data'
}, // request for Jason data
columns: [
{ data: "#" },
{ data: "Time" },
{ data: "Details" }
],
.json :
{
"data": [
{
"#":3,
"Time":"2015.02.27 11:35:06",
"Details":"something wrong something wrong something wrong "
},
{
"#":2,
"Time":"2014.02.27 11:35:06",
"Details":"something wrong something wrong something wrong "
},
{
"#":1,
"Time":"2013.02.27 11:35:06",
"Details":"something wrong something wrong something wrong "
},
]
}
Edited by Allan - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.
This discussion has been closed.
Answers
Can you link to the page so we can debug it or use the DataTables debugger please.
Allan