I'm loading a table of 880 rows via AJAX and it is freezing on loading.
Using the Firebug debugger in firefox (same error happens in Chrome's built in) it comes up with the error "aData is undefined" on line 2389 "for ( i=0 ; i
Looks like the error is correct :-). You have "aadata" in your Ajax data source - but Javascript is case sensitive. Try "aaData" and it should work okay.
Replies
data therein is as yet unlicensed, but I retain all intellectual property.
Allan