FilamentF
Filament3y ago
KA

Displaying a description with HTML tag or entity on TextColumn

is there any way to add html entity or tag inside ->description() on a table row?
i have tried as following:
Tables\Columns\TextColumn::make('status') ->description(fn (Tracking $record): string => \Carbon\Carbon::parse($record->date)->since() . ' ⋅ ' . $record->port->name)
image.png
Solution
Was this page helpful?