creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

Add an ability to move roots among siblings #69

Closed matperez closed 9 years ago

matperez commented 9 years ago

Hello! It would be nice to have an ability to move roots among siblings.

creocoder commented 9 years ago

Hi, its not possible. Roots are independent nodes without order. If you need such functionality just use extension in single tree mode.