TableBody
Source: client/lib/theme/vueda-tailwind/grid/index.js
The
<tbody>section wrapper. It removes the last row's divider from that row's cells so the enclosing Table.container edge remains the closing edge instead of doubling the table bottom.
Vue component: TableBody
| Slot | Default classes | Description |
|---|---|---|
| root | [&>tr:last-child>*]:border-b-0 | The <tbody> section wrapper. It removes the last row's divider from that row's cells so the enclosing Table.container edge remains the closing edge instead of doubling the table bottom. |
root
The
<tbody>section wrapper. It removes the last row's divider from that row's cells so the enclosing Table.container edge remains the closing edge instead of doubling the table bottom.
Default classes:
[&>tr:last-child>*]:border-b-0
Source: client/lib/theme/vueda-tailwind/grid/TableBody.theme.js:19