Skip to content

CellSlotProps

Since v0.1.0

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://toolboxjs.com/llms-full.txt