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
Name | Type | Default | Description |
---|---|---|---|
isControl | boolean | false | If true, displays the cell as a control (vs data) cell without a background color on mobile when Table is in the stacked layout |
mobileHeader | string | '' | If true, displays the header inside the cell on mobile and tablet screens when Table is in the stacked layout |
Slots
Name | Description |
---|---|
default | default |
Events
None