creocoder / yii2-nested-sets

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

menu sorting! #77

Closed dungphanxuan closed 8 years ago

dungphanxuan commented 9 years ago

Hi, i have menu with nested sets. So now i how can i softting menu or change two node.

arogachev commented 9 years ago

If you are asking about code, you can do it with insertBefore() and insertAfter() methods as mentioned in README.

If you are asking about GUI for this task, you can try my extension yii2-tree or something similar.