Skip to content

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

NameTypeDefaultDescription
sortIdTSIndexedAccessTypeA 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

NameDescription
defaultdefault

Events

None