I\'ve got this problem when i try to get data from clients table in the database
DataTables warning: table id=example - Requested unknown parameter \'0\' for row
You need to specify the columns explicitly when using an array of objects instead of a two dimensional array.
"columns": [ { "data": "id" }, { "data": "name" } ]
You can find more info here