Skip to content

feat(Table): add support for colspan and rowspan#4460

Merged
benjamincanac merged 4 commits intonuxt:v3from
Artles777:v3
Jul 14, 2025
Merged

feat(Table): add support for colspan and rowspan#4460
benjamincanac merged 4 commits intonuxt:v3from
Artles777:v3

Conversation

@Artles777
Copy link
Contributor

@Artles777 Artles777 commented Jul 4, 2025

Resolves #3296, resolves #1651

Need to add colspan and rowspan for the table

🔗 Linked issue No

❓ feature

@Artles777 Artles777 requested a review from benjamincanac as a code owner July 4, 2025 11:26
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 4, 2025

npm i https://pkg.pr.new/@nuxt/ui@4460

commit: c7f66a6

@benjamincanac benjamincanac changed the title added colspan and rowspan for the td feat(Table): add support for colspan and rowspan on td Jul 9, 2025
Copy link
Member

@benjamincanac benjamincanac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be worth adding rowspan on th as well like colspan? 🤔
https://github.com/nuxt/ui/blob/v3/src/runtime/components/Table.vue#L400

@benjamincanac benjamincanac changed the title feat(Table): add support for colspan and rowspan on td feat(Table): add support for colspan and rowspan Jul 14, 2025
@benjamincanac benjamincanac merged commit 7ef1933 into nuxt:v3 Jul 14, 2025
6 checks passed
@benjamincanac benjamincanac added the v3 #1289 label Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3 #1289

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Multi-Row and Colspan Headers in UTable Component Add colspan and rowspan support for table

2 participants