UxTableListExpandRow

components/ux/table-list/ExpandRow.vue

Table row that expands to reveal a details well; by default the details slot renders inside one ExpandSection card with a close X.

VendorRequestsAvailabilityAvg Duration
api.github.com45,23099.95%145 ms
api.stripe.com32,45699.99%89 ms
api.cloudflare.com28,90199.98%67 ms
api.twilio.com15,67899.9%112 ms
api.sendgrid.com9,87099.97%78 ms
components/ux/table-list/ExpandRow.vue

Usage

<UxTableListExpandRow :isOpen = "false" :to = "to" :bare = "false" :quiet = "false" > Content here </UxTableListExpandRow>

Props

PropTypeDefaultDescription
isOpenBooleanfalseExpand state (currently dead — shadowed by internal state; use exposed open()/close())
toObjectnullOptional NuxtLink route
bareBooleanfalseRender the details slot without the default ExpandSection card
quietBooleanfalseQuiet register: the open row and its details well stay surface-white — no purple rules, tint, or bordered well. For nested/child expand rows where a themed child card (ExpandSection theme="grape") carries the differentiation

Events

EventDescription
detailsOpenWhen row expands
detailsCloseWhen row collapses

Slots

SlotDescription
defaultRow cells
detailsExpanded detail content; slot scope: { close }

Related

Qpoint Brand Style Guide