How does vue v-data-table rowspan works? #14704
Unanswered
Lelouch-Ramperge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to programing and started with vue, now working on a web page. (please understand that my English isn't perfect)
I am tring to merge 4 rows into 1 in my table. Not all the columes, but only one.
I want my table to look like this: enter image description here
I looked for some sample codes, but it seems not appropriate for my app.
I understood that "v-slot:item" might works to solve this problem, but don't know how.
This is my vue templete
Please see my data.
I tried this code right below v-data-table, but doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions