aasData[aiDisplay[i]] is undefined
aasData[aiDisplay[i]] is undefined
dobulet302
Posts: 38Questions: 0Answers: 0
I am getting a javascript error aasData[aiDisplay[i]] is undefined when using pagination. Whenever I click on next the error occurs in my footer. Here is my fnDrawBack code which is causing the error.
[code]
"fnFooterCallback": function (nRow, aasData, iStart, iEnd, aiDisplay ) {
$($(nRow).children()).remove();
for(var i=0;i
[code]
"fnFooterCallback": function (nRow, aasData, iStart, iEnd, aiDisplay ) {
$($(nRow).children()).remove();
for(var i=0;i
This discussion has been closed.