I have two rows within my datatables as follows.
<tr><td></td><td></td><td></td></tr>
<tr><td colspan="3"></td></tr>
These rows repeat themselves for every record on datatables. So as you can imagine, I get this error all the time and just need it disabled unless you want to figure out how to make it work.
So how do you disable the warning: DataTables warning Requested unknown parameter from the data source for row
Just add
$.fn.dataTableExt.sErrMode = 'throw'
to the page where DataTables will be placed.Above code will solve problem and also log error in console so you can solve the error