How do I merge rows(rowspan) in v-data-table? #14699
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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