QTree with multiple nodes on root level
-
Is it possible to set up QTree component to have multiple nodes on root level as on the screenshot below?
-
@tesicg yes, just make it in the same level in your array. Ie.
... nodes:[ { name: 'root 1', children:[...], ... }, { name: 'root 2', ... }, ... ] ...
You can see it in this example https://quasar.dev/vue-components/tree#Lazy-loading.
-
This ticket can be closed.
Thanks a lot!
-
@tesicg no need to close, just edit the title as
solved
, serves as reference for others that might stumble upon the same question. -
Ok. But, I’ve got the following message: “ERROR You are only allowed to edit posts for 3600 second(s) after posting”.
What to do in that case?
-
@tesicg wait for some time after your last post, it’s a security feature of this forums probably to avoid spamming.