Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filamentβ€’2y agoβ€’
2 replies
jjo63

Styling a custom column

Hi I have a custom column used in a table like this

    return $table
            ->columns([

                doclink::make(name: 'sp_file_id')
                ,
    return $table
            ->columns([

                doclink::make(name: 'sp_file_id')
                ,

I was assuming (wrongly πŸ™‚ ) that I could style it using the options available on text columns (e.g.
->badge
->badge
() ) but see that this is not valid.

Is there a standard way of enabling such styling options?

thanks
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

CUSTOM PAGE STYLING
FilamentFFilament / β“β”Šhelp
14mo ago
Custom Styling Panel
FilamentFFilament / β“β”Šhelp
15mo ago
custom field styling
FilamentFFilament / β“β”Šhelp
16mo ago
Custom column
FilamentFFilament / β“β”Šhelp
2y ago