hello,
I'm trying to insert a detail table in DataTables, but datatables alert me with this message, every time i reload the webpage
DataTables warning: table id=dataTables-smp - Requested unknown parameter '1' for row 3. For more information about this error, please see http://datatables.net/tn/4
and i don't think there's something wrong with the table result. the table still load the data completely.
oya, i also try to ignore the warning message using
$.fn.dataTable.ext.errMode = 'none';
but it not working properly in sorting, filtering, column visibility
Thanks