k is undefined when clicking on Next page
k is undefined when clicking on Next page
JPBCDE
Posts: 11Questions: 0Answers: 0
Im getting this when I click on the Next button for paging and thus is doens not page. Im using the latest download and the minified version.
[code]!za(a))return}else a.iDraw++;if(a.aiDisplay.length!==0){var h=a._iDisplayStart,j=a._iDisplayEnd;if(a.oFeatures.bServerSide){h=0;j=a.aoData.length}for(h=h;h
[code]!za(a))return}else a.iDraw++;if(a.aiDisplay.length!==0){var h=a._iDisplayStart,j=a._iDisplayEnd;if(a.oFeatures.bServerSide){h=0;j=a.aoData.length}for(h=h;h
This discussion has been closed.
Replies
Allan
[code]for ( var j=iStart ; j
Allan
I've made the test page. As you will see from the java error console as soon as you press on Next you get the aoData is undefined. Also when you click on the page numbers, its not going to that spesific page, it seems to just "unhide" the rest of the rows.
http://www.paperserve.co.za/FMTest/tabletest.htm
Any help / directions will be appreciated.
Thank you
[code]
...
"iDisplayLength": 100,
...
[/code]
despite of that issue the page works fine for me ( and is fully functional, if i change the displaylength via dropdown).
Confirmed this is working 100% now.
Thank you again
Allan