nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.86k stars 477 forks source link

[Table] Expandable row #1135

Open hoanghadu opened 9 months ago

hoanghadu commented 9 months ago

Description

We need the expandable row feature when the data of content is long.

For reference: https://flowbite.com/blocks/application/advanced-tables/

Additional context

No response

ddahan commented 9 months ago

In the meantime, I'd use something like <UTable :rows="data" @select="select" /> to create a method which displays additional data when a row is clicked (for example in a modal).

khalidzamer commented 9 months ago

It will be a great addition using drag and drop capability to resize the column by grabbing a separator or re-order columns by grabbing the header and reposition order

9uenther commented 8 months ago

1036