Q-tree icon styling
-
HI Team,
Is there any way to add icon after the label name of nodes?
https://codepen.io/reks_yuv/pen/zYKLBPw?editors=101
I have highlighted the icons in above pen.Thanks in advance
-
To add an icon after the label in the header of a QTree node, you need to use a header v-slot for your q-tree:
Sample: https://codepen.io/mickey58/pen/wvzYgbO?editors=1010
Docs: https://quasar.dev/vue-components/tree#Example--Default-header-and-body-slots
-
Thank You @Mickey58