Hi all,
i've just added jquery mobile as one variant of my application. It seems that when I put a datatable inside a jquery mobile "content" that jquery mobile will eat up all scrolling events. Anyone knows how to fix this ? (I want horizontal content scrolling via jquery mobile, and vertical scrolling as in the scroller example here http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html
I tried using
i've just added jquery mobile as one variant of my application. It seems that when I put a datatable inside a jquery mobile "content" that jquery mobile will eat up all scrolling events. Anyone knows how to fix this ? (I want horizontal content scrolling via jquery mobile, and vertical scrolling as in the scroller example here http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html
I tried using
$(document).delegate('.ui-content', 'touchmove', false);but this just disables horizontal scrolling (vertical datatables scrolling still not working)