'nTr' is null or not an object when clicking paging "Next" button

'nTr' is null or not an object when clicking paging "Next" button

eneinereneiner Posts: 1Questions: 0Answers: 0
edited October 2013 in DataTables 1.9
I am getting 'nTr' is null or not an object when I click the paging "Next" button. This doesn't happen when I select a page number or when I click the "Last" button.

It's referencing line 1272

[code]

if (aoData.nTr === null) {
_fnCreateTr(oSettings, oSettings.aiDisplay[j]);

}

[/code]

Any idea's on how to fix?

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    Link to a test case please.

    Allan
This discussion has been closed.