Uncaught TypeError: Cannot read property 'parentNode' of null

Uncaught TypeError: Cannot read property 'parentNode' of null

LapkritinisLapkritinis Posts: 2Questions: 1Answers: 0
edited October 2017 in Free community support

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.