Replies: 3 comments
-
|
With a bit of CSS, yes. |
Beta Was this translation helpful? Give feedback.
-
|
@J-Sek yes, the mentioned issue is closely related to my problem. But I would even argue, that with |
Beta Was this translation helpful? Give feedback.
-
|
Hey @ray007, Getting VTreeview to independently select parent folders without automatically grabbing children can be tricky. Setting Let me know if you make any progress or if you need another fresh set of eyes on it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a treeview, which loads its nodes asynchronously and can select a single folder node.
Looking at the docs, using
select-strategysingle-independentshould get me half-way there.Since I only want to select a single node, I wanted a view without checkboxes beside every single item.
Unfortunately, selecting any folder-node does not work, since the
clickhandler inVListItem.tsxstops withIs there any way to activate/select non-leaf nodes without the checkboxes?
Disallowing leaf-nodes would probably require a new select-strategy or some extra work in my component, right?
Beta Was this translation helpful? Give feedback.
All reactions