You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used Draggable from Jqeury UI in table header I got problems. After I moved block and mouse up - block still can move, because in tablesorter line 677 return false and in Draggable doesn't come event 'dragstop'
The text was updated successfully, but these errors were encountered:
I removed that return false and a few others that I thought were unnecessary. So hopefully the issues you were having have been resolved in this latest update.
There is a fix "ignore long clicks" in the tablesorter (https://github.com/Mottie/tablesorter/blob/master/js/jquery.tablesorter.js#L676)
The text was updated successfully, but these errors were encountered: