docs
docs copied to clipboard
Reorder page could use fleshed out
https://backpackforlaravel.com/docs/5.x/crud-operation-reorder
Your model should have the following integer fields, with a default value of 0: parent_id, lft, rgt, depth.
Additionally, the parent_id field has to be nullable.
This does not state what any of the properties do or which one to use if you are doing ordering in other places in the app.