Nuxt UI Table expand subrows using the same columns
nuxt4🖼️ui
I'm displaying products in a
<UTable>
<UTable>
and I'd like to display product variations into expandable rows beneath the parent variable product. I'm not sure how I could reuse the row template with minor css adjustments.
I don't want to re-implement the whole row display as this wouldn't be very DRY..