Q table - is there any way to add something below the title?
-
I want the title to be displayed but add something in a smaller font below it. If I do <template #top>…</template> it replaces the entire top portion including the title.
-
@walfin Use
top-left
slot. https://codepen.io/metalsadman/pen/WNQjGWv?editors=1010 -
I see. But in that case I still can’t use the title attribute of the q-table?
-
well it’s just a string, unless you are wrapping it, then you can get it from
$attrs
ie.$attrs.title
.