v-treeview multiple item-children property value #14259
Unanswered
zaraemilien
asked this question in
Q&A
Replies: 1 comment
-
yes, taking a look at the documentation of v-treeview, you can see you can have multiple children nested with the following data:
Now you can use this data in the
|
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.
-
Suppose i have variable items structured like below:
In v-treeview we have props item-children that take string, it allow to set withc property will be taken as children reference. on the first level i want the property
item_nested
as children and the second level i wantnested_item
as children, but is it possible to set multiple value for item-children?Beta Was this translation helpful? Give feedback.
All reactions