Replies: 1 comment
-
@usfprod This is an interesting use-case. It can be achieved with the use of Reactive Component. The general approach is that you would pick a design component that provides the desired behavior, e.g. https://vuetifyjs.com/en/components/treeview/#selection-type, and render this inside of ReactiveComponent. 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
-
Hi everyone,
I was looking through the vue appbase documentation for a way to nest a multilist inside a multilist. According to my research this is not possible. The :nestedField property isn't clear if it could help with this kind of feature.
For example something like this:
Has anyone done this before, if not does anyone have a suggestion for such types of features.
Kind regards,
Youssef Kassem
Beta Was this translation helpful? Give feedback.
All reactions