ObjectsGridTableHeader โ
Source: client/lib/theme/vueda-tailwind/objects-grid/index.js
The header content wrapper. It lays out the label and the numeric-column reversal used when the parent header cell carries
data-numeric.
Vue component: ObjectsGridTableHeader
| Slot | Default classes | Description |
|---|---|---|
| root | 5 classes | The header content wrapper. It lays out the label and the numeric-column reversal used when the parent header cell carries data-numeric. |
| label | The header label text slot. It remains unstyled by default so field-specific header slots can inherit the surrounding table header rhythm. |
root โ
The header content wrapper. It lays out the label and the numeric-column reversal used when the parent header cell carries
data-numeric.
Default classes:
text
flex
items-end
justify-between
py-1 px-2
[[data-numeric]_&]:flex-row-reverseSource: client/lib/theme/vueda-tailwind/objects-grid/ObjectsGridTableHeader.theme.js:19
label โ
The header label text slot. It remains unstyled by default so field-specific header slots can inherit the surrounding table header rhythm.
Source: client/lib/theme/vueda-tailwind/objects-grid/ObjectsGridTableHeader.theme.js:23