© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
14 replies
KA

Displaying a description with HTML tag or entity on TextColumn

is there any way to add html entity or tag inside
->description()
->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)
Tables\Columns\TextColumn::make('status')
                    ->description(fn (Tracking $record): string => \Carbon\Carbon::parse($record->date)->since() . ' ⋅ ' . $record->port->name)
image.png
Solution
⋅
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

HTML with colour in TextColumn description
FilamentFFilament / ❓┊help
12mo ago
Textcolumn description text size
FilamentFFilament / ❓┊help
12mo ago