0 votes
787 views
in General by
DataTables warning: table id=data_list - Requested unknown parameter for row, column 9. For more information about this error, please see http://datatables.net/tn/4

1 Answer

0 votes
by
Either you are not retrieving value for that said field.

OR

You are not returning value for that field from your render function.

as a solution overall, you may add a default content wit the code like this

{ "defaultContent": "-", "targets": "_all" }

Related questions

+1 vote
1 answer 3.5k views
0 votes
1 answer 3.7k views
0 votes
1 answer 15.6k views
+1 vote
1 answer 10.0k views
asked May 11, 2017 in Jquery by Jasna
0 votes
1 answer 1.2k views
asked Jul 11, 2016 in Magento by Graham G
0 votes
2 answers 891 views
...