Help needed - can't get #header v-slot directive to spread onto the different columns #17449
Unanswered
yardenroee
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
You need to use a QTr with QTh in the header: |
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
-
Hi all, I am new to vue and quasar in general, so please bare with me.
I'm trying to create a custom header for my
<QTable>
component, and I'm having an issue where the header elements are printed, but they are not actually mapped to their proper columns. I cannot seem to understand why this is happening or how I could potentially solve thisidk if you can see, but the header is all under the first column!
here is my code
please help!
Beta Was this translation helpful? Give feedback.
All reactions