zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Where can I put AJAX callback? #33

Closed firewalker06 closed 9 years ago

firewalker06 commented 10 years ago

I am confused, where should I put this?

ActiveAdminSortableEvent.add('ajaxDone', function (){
  // do what you want
})

I added new javascript in initializers/active_admin.rb but its still loaded before sortable tree javascripts.

zorab47 commented 9 years ago

Any update on this @firewalker06? Did you find a solution?