nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

[ENH] Drag and drop on mobile without touchpunch #1336

Open Domeshow opened 1 year ago

Domeshow commented 1 year ago

The drag and drop does not work on mobile devices unless you use jqueryui-touch-punch as it says here https://github.com/nicolaskruchten/pivottable/issues/330#issuecomment-100721415. This pull request causes the events to be converted on the mobile devices so that the drag and drop works there.

Note: I made some neat modifications to the Javascript and want help 'porting' back up to the CoffeeScript version