akottr / dragtable

re-order table columns by using drag'n'drop
http://akottr.github.io/dragtable
MIT License
203 stars 166 forks source link

Detect end drag event #66

Open Lulun10 opened 8 years ago

Lulun10 commented 8 years ago

Hi,

Is it possible to detect end drag event ? I wan't to call javascript function at the end.

Thanks

yakupdemirci commented 7 years ago

$('#pre_table').dragtable({ beforeStop: function( event, ui ) { console.log("asdad"); } });