Any good field plugins for handling self parent/child relationships (tree / nesting)?
Hi all
I’m looking for a drag-and-drop field with nesting which will let me set item order + self parent/child relationships (using a parent_id column).
I also need to restrict which items are allowed to have children based on a ‘type’ column.
Any ideas?
4 Replies
I don’t know of any plugins for this. Could be a good one to build though.
Yeah for sure. I can think of a million use cases- navigation, organizing things into modules etc. Ideally it'd work with both relationships (where the relationship is the parent) or a self parent_id (along with a column that determines if it's nestable or not).
And an 'order' column or course. If using a relationship as a parent, the relationship's order column would need to be updated too
Maybe something like #saade-adjacency-list
If I’m understanding the use case correctly
Thanks, will take a look