"Uncaught TypeError: Cannot read property 'nTable' of null"
"Uncaught TypeError: Cannot read property 'nTable' of null"
Javin007
Posts: 2Questions: 1Answers: 0
Here's where it's happening:
http://www.javin-inc.com/dttest
I'm not familiar enough with DataTables to even begin to understand how to troubleshoot this.
This discussion has been closed.
Answers
Can't seem to delete this, but I found the problem. I had a "DIV" with the same name as the datatable "table" object itself. The error was incredibly vague though. I had to alter the code to find it.
Had the same problem. I wasn't referencing the table directly either.