zorab47 / active_admin-sortable_tree

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

update nestedSortable to 2.0alpha version and tree can collapse #9

Closed songlipeng2003 closed 10 years ago

nebirhos commented 11 years ago

Nice! By default all branches are collapsed, maybe we should add this an an option, like

sortable tree: true,
         collapsible: false,      # hides +/- buttons
         start_collapsed: false,
songlipeng2003 commented 11 years ago

Yes, you are right, I finish it.

zorab47 commented 10 years ago

@songlipeng2003 thanks for this patch. Have you had any troubles with it?

songlipeng2003 commented 10 years ago

@zorab47 no, if you find, you can tell me, I will fix it

nebirhos commented 10 years ago

Hi guys, sorry for the very late reply, these months I've been so busy!

Thank you @songlipeng2003 for your work, I merged it into master branch :thumbsup: