Requested unknown parameter '0' for row 11

Requested unknown parameter '0' for row 11

httpexhttpex Posts: 7Questions: 2Answers: 0

I'm using the most basic form of DataTables with a simple flat Array and static html table.

$( document ).ready(function() {
$('#example').dataTable( {
"ajax": "data/enr.json"
} );
});

The table has 38 colums. My array has 38 fields (0-37). Not sure what the problem is.

One segment of the array:

{
"data": [
[
"X100182",
"428",
"3000815",
"1",
"1",
"3",
"1",
"2",
null,
null,
null,
"130",
"15",
"2920920.11",
"515",
null,
"",
"",
"CST",
null,
null,
null,
"",
null,
null,
"",
null,
null,
null,
"",
"",
null,
"",
null,
null,
null,
null,
null
],

This discussion has been closed.