'nTr' is null or not an object when clicking paging "Next" button
'nTr' is null or not an object when clicking paging "Next" button
eneiner
Posts: 1Questions: 0Answers: 0
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?
It's referencing line 1272
[code]
if (aoData.nTr === null) {
_fnCreateTr(oSettings, oSettings.aiDisplay[j]);
}
[/code]
Any idea's on how to fix?
This discussion has been closed.
Replies
Allan