mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

Feature Request - Touch device support #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
First let me say this is a pretty amazing plug-in and exactly what I have been 
searching around the "interwebs" for.  This is not an issue exactly just a 
feature request.  I have noticed this plugin does not work on touch devices 
like the android browser or Google's chrome browser in android, I do not have a 
iOS device to try.  Would it be possible to add the option to use a button that 
can be pressed and dragged, not sure if that would fix the issue but it seems 
like touching the screen does not activate a click event needed to move the 
rows.

Cheers,
Luke

Original issue reported on code.google.com by Luke.Sk...@gmail.com on 13 Jul 2012 at 5:06

GoogleCodeExporter commented 9 years ago
You can use the Jquery-UI touch punch plugin to get it to work on iOS and touch 
devices. 

http://touchpunch.furf.com/

Just include "jquery.ui.touch-punch.min.js" from this website with your pages 
and no modification of the rowReordering is necessary.

Original comment by scottama...@gmail.com on 21 Apr 2015 at 8:27