the-teacher / the_sortable_tree

Nested Set + Drag&Drop GUI. Very fast! Best render helper! 2000 nodes/sec. Ready for rails 4
MIT License
558 stars 127 forks source link

drag drop hook #68

Closed gabrieltong closed 9 years ago

gabrieltong commented 9 years ago

I want to do something after user drag/drop , is there any hooks I can use ?

thanks

the-teacher commented 9 years ago

Hello!

There is JS code for sortable. Maybe it will be helpful for you

https://github.com/the-teacher/the_sortable_tree/blob/master/app/assets/javascripts/sortable_tree/initializer.js.coffee#L15

the-teacher commented 9 years ago

you can customize it in your App after execution of bundle exec rails g the_sortable_tree:views assets

gabrieltong commented 9 years ago

@the-teacher thanks teacher