TableHeaderCell API
API reference docs for the Stash TableHeaderCell
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import TableHeaderCell from '@leaflink/stash/TableHeaderCell.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
sortId | TSIndexedAccessType |
| A unique value correlated to the data in this header's column (without a leading hyphen/dash). For example: `'product_name'` (with no leading dash/hyphen). |
Slots
Name | Description |
---|---|
default | default |
Events
None