No click firing using jQueryMobile and DataTables
No click firing using jQueryMobile and DataTables
abernardo
Posts: 2Questions: 0Answers: 0
I just used the basic example from DataTables and the basic structure for the table. All clicks work just fine on Safari but no clicks are fired on an iPad (device and simulator).
I have tried changing the events to vclick, chaning from bind to live.
Also tried even using the daily build and nothing.
Anyone experiencing this problem?
I have tried changing the events to vclick, chaning from bind to live.
Also tried even using the daily build and nothing.
Anyone experiencing this problem?
This discussion has been closed.
Replies
Thanks,
Allan
Tks for the response.
I found what was causing the problem! I am using jqm scrollview and it has a delayedClickEnabled option. It needs to be false.
But, afterwards there are other conflicts, mainly in the scrolling part. Nothing that I tried made it work. Just putting jqm and datatables and nothing else, still it does not work the scrolling.
I only made datatables work with scrolling by itself! :(
As far as the initialization, I am using the basics. Actually, no options!
It would be awesome though if we could work on a jqm plugin to work with DataTables.
Augusto
Allan
I'm also trying to use DataTables (DT) within a JQueryMobile (JQM) web application and I'm having the following issues:
A - As explained in the JQM documentation I had to write my DT initialization code in the pageinit event , instead of the ready event, but it fails to auto-size the coulmns
B - I cannot get the css applied neither even if I use pageshow or pageinit of JQM the first time I load the page, but it works if I reload it with the browser "Refresh" button
C - If I decorate the DataTables with the FixedColumns extra it breaks the loading of the Pagenation, Search, and Show Entries
Do you have any tips? Any further test related the JQM & DT integration?
Best regards,
Stefano Lenzi
@nute72 - did you include the DataTables stylesheet? How about using bJquery UI - or are you not using theme roller? We will need a whole lot more information to be able to even stand a chance of being able to help :-)
Allan
Thanks for the help