CellSlotProps
Slot context for #cell slot in TbwGridColumn.
Example
Section titled “Example”<TbwGridColumn field="status"> <template #cell="{ value, row }"> <StatusBadge :value="value" :row="row" /> </template></TbwGridColumn>Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
value | TValue | The cell value |
row | TRow | The entire row data |
column | ColumnConfig<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