Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filamentβ€’3y agoβ€’
5 replies
Miguel Bonifaz (Zilver)

Any idea how to add a third row?

In the documentation there is a method called "description" but I need another row

πŸ‘€

I need something like this πŸ‘‡
image.png
Solution
You could probably just add a line break by returning an HtmlString ...

TextColumn::make('foo')
  ->description(fn (Model $record): string => new HtmlString($record->thing1 . '<br>' . $record->thing2)),
TextColumn::make('foo')
  ->description(fn (Model $record): string => new HtmlString($record->thing1 . '<br>' . $record->thing2)),
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

Any Idea to add video to RichEdit
FilamentFFilament / β“β”Šhelp
5mo ago
How to add an row to a repeater programmatically?
FilamentFFilament / β“β”Šhelp
2y ago
How to add a static row at the top in table
FilamentFFilament / β“β”Šhelp
3y ago
Add custom row to Export Action
FilamentFFilament / β“β”Šhelp
8mo ago