Closed gabrieltong closed 9 years ago
I want to do something after user drag/drop , is there any hooks I can use ?
thanks
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
you can customize it in your App after execution of bundle exec rails g the_sortable_tree:views assets
bundle exec rails g the_sortable_tree:views assets
@the-teacher thanks teacher
I want to do something after user drag/drop , is there any hooks I can use ?
thanks