UxTableList

components/ux/table-list/index.vue

Root table wrapper with scroll event detection, loading indicators, and empty state.

requests
bytes in
errors
availability
avg duration
8 vendors216,68593.2 MB9499.96%105 ms
A
s3.amazonaws.com
56,78045.0 MB4299.92%198 ms
G
api.github.com
45,23012.3 MB2399.95%145 ms
S
api.stripe.com
32,4568.7 MB1299.99%89 ms
C
api.cloudflare.com
28,90115.2 MB599.98%67 ms
D
api.datadoghq.com
23,4505.6 MB199.99%54 ms
T
api.twilio.com
15,6783.4 MB899.9%112 ms
S
api.sendgrid.com
9,8702.1 MB399.97%78 ms
S
hooks.slack.com
4,320890.0 KB0100%95 ms
components/ux/table-list/index.vue

Usage

<UxTableList :compact = "false" :isLoadingTop = "false" :isLoadingBottom = "false" > Content here </UxTableList>

Props

PropTypeDefaultDescription
compactBooleanfalseCompact row height
isLoadingTopBooleanfalseShow top loading indicator
isLoadingBottomBooleanfalseShow bottom loading indicator

Events

EventDescription
scroll-at-topScrolled to top
scrolling-downScrolling downward
scroll-at-bottomScrolled to bottom

Slots

SlotDescription
headerTable header (UxTableListHeader)
defaultTable rows

Related