Skip to content

TableRow API

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

Import

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

Props

NameTypeDefaultDescription
accentColorStashCommonColorundefinedThe accent color for the TableRow.
hideExpansionDividerbooleanfalse
isExpandedbooleanfalse
isSelectDisabledbooleanfalse
isSelectedbooleanfalse

Slots

NameDescription
defaultdefault
expansionexpansion, for expandable content

Events

NameDescription
update:isSelected
update:isExpanded