Uncaught TypeError: Cannot read property 'fnSetData' of undefined
Uncaught TypeError: Cannot read property 'fnSetData' of undefined
Hi Guys,
I need some help, my grid has some errors in JQuery/JS, I don't know why, because in other computer doesn't appear the error, only in my computer..
Check the errors below:
Uncaught TypeError: Cannot read property 'fnSetData' of undefined
at _fnSetCellData (jquery.dataTables.min.js:1)
at _fnGatherData (jquery.dataTables.min.js:1)
at HTMLTableElement.<anonymous> (jquery.dataTables.min.js:3)
at Function.each (jquery-1.8.3.min.js:2)
at init.each (jquery-1.8.3.min.js:2)
at init.DataTable (jquery.dataTables.min.js:2)
at makeReport (ProductionReport.js:336)
at Object.success (ProductionReport.js:72)
at l (jquery-1.8.3.min.js:2)
at Object.fireWith [as resolveWith] (jquery-1.8.3.min.js:2)
Thx guys, I hope someone can help me!
Replies
Hard to say without seeing your code but the first FAQ here may help you:
https://datatables.net/faqs/#Most-common-FAQs
Kevin