How do i achieve nested nodes, i already use extent parent #1821
-
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Apr 16, 2025
Replies: 1 comment 9 replies
-
For the use-case you've pictured it makes more sense to not use Subflows (not using Something similar to this: https://codesandbox.io/p/devbox/thirsty-antonelli-7l8ngp?file=%2Fsrc%2FTableNode.vue&workspaceId=ws_7iZPUfEyQC7Podbs7wwbxV |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
bcakmakoglu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the use-case you've pictured it makes more sense to not use Subflows (not using
parentId
) and instead just list the "nodes" you want in a "parent" as an array in the parent nodes data object and render them as lists.Something similar to this: https://codesandbox.io/p/devbox/thirsty-antonelli-7l8ngp?file=%2Fsrc%2FTableNode.vue&workspaceId=ws_7iZPUfEyQC7Podbs7wwbxV