Datatables and iPad
Datatables and iPad
I have the desktop browser based DataTables (1.9.4) with individual column input and select filtering working. However, when I try and load this page on an iPad it says Loading data from server and never brings anything back. Also, I see my input boxes for filtering, but not my select. I don't see my menu to choose the number of records to view on the page. I am fairly new to jquery and especially the mobile development. Any help would be greatly appreciated!
[code]
function fnCreateSelect( aData ){
var r='', i, iLen=aData.length;
for ( i=0 ; i
[code]
function fnCreateSelect( aData ){
var r='', i, iLen=aData.length;
for ( i=0 ; i
This discussion has been closed.
Replies
Allan