Datatables and iPad

Datatables and iPad

vthokigalvthokigal Posts: 1Questions: 0Answers: 0
edited February 2013 in General
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

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Please link to a test case showing the issue so we can debug it.

    Allan
This discussion has been closed.