FilamentF
Filamentβ€’17mo ago
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')
                ,

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

Is there a standard way of enabling such styling options?

thanks
j
Was this page helpful?