bartko-s / stefano-tree

Framework agnostic Nested Set (MPTT) implementation for PHP
https://bartko-s.github.io/stefano-tree
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Moving nodeitem up/down #23

Open tsmgeek opened 2 years ago

tsmgeek commented 2 years ago

Is there any way to move a Node up or down by X positions. Example, changing the order of a set of child nodes you would need to move a single item up or down in a list, this could be move by X up/down within its level, not having to specify target node.