© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
jjo63

->description() - is it possible to further style?

Table columns and using the ->description() method (correct term?) for example like this

            Tables\Columns\TextColumn::make('name')
                    ->label('Filename')
                    ->description('my description')
                    ->sortable(),
            Tables\Columns\TextColumn::make('name')
                    ->label('Filename')
                    ->description('my description')
                    ->sortable(),

Is it possible to apply styling to the description (such as
badge
badge
and setting a colour)? I don't think that
description() 
description() 
supports this natively and am sure that there is a method to further style using some kind of custom code but wouldn't know where to start on this. Any pointers?

thx
j
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

is it possible to style GroupBy Action button?
FilamentFFilament / ❓┊help
2y ago
Is it possible to handle a description from a related table?
FilamentFFilament / ❓┊help
2y ago
Is it possible to override the title and description of a chart widget dynamically?
FilamentFFilament / ❓┊help
2y ago
Is it possible to extend RichEditor?
FilamentFFilament / ❓┊help
2y ago