Skip to content

TableCell API

API reference docs for the Stash TableCell component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import TableCell from '@leaflink/stash/TableCell.vue';

Props

NameTypeDefaultDescription
isControlbooleanfalseIf true, displays the cell as a control (vs data) cell without a background color on mobile when Table is in the stacked layout
mobileHeaderstring '' If true, displays the header inside the cell on mobile and tablet screens when Table is in the stacked layout

Slots

NameDescription
defaultdefault

Events

None