Skip to content

TableEmpty โ€‹

Source: client/lib/theme/vueda-tailwind/grid/index.js

The spanning empty-state cell. It keeps the row aligned with regular TableCell.root cells while allowing colspan and consumer classes to define the empty row's table footprint.

Vue component: TableEmpty

SlotDefault classesDescription
rootp-4 whitespace-nowrap align-middle text-body text-foregroundThe spanning empty-state cell. It keeps the row aligned with regular TableCell.root cells while allowing colspan and consumer classes to define the empty row's table footprint.
content4 classesThe centered content stack inside the empty cell. Consumer icon nodes marked data-slot="icon" pick up muted, loading, or error treatment from data-variant.

root โ€‹

The spanning empty-state cell. It keeps the row aligned with regular TableCell.root cells while allowing colspan and consumer classes to define the empty row's table footprint.

Default classes:

p-4 whitespace-nowrap align-middle text-body text-foreground

Source: client/lib/theme/vueda-tailwind/grid/TableEmpty.theme.js:19

content โ€‹

The centered content stack inside the empty cell. Consumer icon nodes marked data-slot="icon" pick up muted, loading, or error treatment from data-variant.

Default classes:

text
flex flex-col items-center justify-center gap-2.5 py-10 text-center text-muted-foreground
[&>[data-slot=icon]]:text-xl [&>[data-slot=icon]]:text-muted-foreground/70
data-[variant=loading]:[&>[data-slot=icon]]:animate-spin
data-[variant=error]:[&>[data-slot=icon]]:text-destructive/80

Source: client/lib/theme/vueda-tailwind/grid/TableEmpty.theme.js:25

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2