Uncaught TypeError: Cannot read property 'parentNode' of null
Uncaught TypeError: Cannot read property 'parentNode' of null
Lapkritinis
Posts: 2Questions: 1Answers: 0
I am getting above error. I tracked down it to this line:
if (C.nTable == this || C.nTHead.parentNode == this || C.nTFoot && C.nTFoot.parentNode == this) {
'this' in my case is <table></table>
C.nTable evaluates to <table id="DataTables_Table_1" class="dataTable"></table>
This discussion has been closed.