mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

SlickGrid with touch devices #983

Open jpatel3 opened 10 years ago

jpatel3 commented 10 years ago

Is there any way SlickGrid can be enabled for the column reordering on the touch devices? Currently on ipad if I try to drag it selects the text instead of dragging the column.

styfle commented 10 years ago

@jpatel3 The dependencies section says slickgrid uses the drag and drop plugins from a different lib. I suspect you will need to submit a pull request for that other lib and not slickgrid.

Do these tests pass on the iPad? http://threedubmedia.com/inc/test/drag/

jpatel3 commented 10 years ago

@styfle Thanks for responding. I am actually newbie with drag-drop and slickgrid, can you explain how should I check on those tests on the iPad?

styfle commented 10 years ago

@jpatel3 I just ran the tests on my iPhone and they seem to pass but I am not convinced that it actually works. You can try replacing the drag plugin with this fork:

http://www.shamasis.net/projects/jquery-touch-drag/