leaf-filtered strategy in QTree #9275
Unanswered
umonaca
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
hope this helps: https://v0-17.quasar-framework.org/components/tree.html#Tick-Strategy |
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
-
According to the "Tick Strategy" part of QTree document, there are four tick strategies available:
strict
,leaf
,leaf-filtered
,none
.But I am unable to see the difference between
leaf
andleaf-filtered
in the demo.Can someone give an working example showing the difference of
leaf-filtered
andleaf
?Please also tell me the steps to reproduce the difference.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions