Nested node with sortable nodes #1927
aslamamranxy
started this conversation in
General
Replies: 1 comment
-
If you don’t need “inner” nodes to have the same behaviour that nodes have then I’d suggest simply using a regular list of items and forgetting about “nested nodes” entirely here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a node that can group list of nodes. Node inside the group can be sort the order.
I'm trying to achieve this using nested nodes. But I cannot find a way to render the nodes correctly since the nested nodes is not exactly inside the parent div.
I'm using custom node currently. But facing several issues
Here is my current implementation of group node
Beta Was this translation helpful? Give feedback.
All reactions