Skip to content

CellSlotProps

Slot context for #cell slot in TbwGridColumn.

<TbwGridColumn field="status">
<template #cell="{ value, row }">
<StatusBadge :value="value" :row="row" />
</template>
</TbwGridColumn>
PropertyTypeDescription
valueTValueThe cell value
rowTRowThe entire row data
columnColumnConfig<TRow>The column configuration
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt