docs icon indicating copy to clipboard operation
docs copied to clipboard

Reorder page could use fleshed out

Open GeorgeNance opened this issue 2 years ago • 0 comments

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.

GeorgeNance avatar Mar 23 '22 01:03 GeorgeNance