© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
Eric

how to pass in parameters into custom column

in my custom column i have a text and an image

sometimes, i want to show first the image, then the text
sometimes, i want to show first the text, then the img

is there a way to achieve this passing a param to my custom column?

    protected function getTableColumns(): array
    {
        return [
            MyCustomColumn::make('custom'),
    protected function getTableColumns(): array
    {
        return [
            MyCustomColumn::make('custom'),
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

Pass data into custom pages?
FilamentFFilament / ❓┊help
3y ago
How to pass parameters from ListRecords to CreateRecord in Resources?
FilamentFFilament / ❓┊help
3y ago
How to custom text column
FilamentFFilament / ❓┊help
3y ago
Need Help, how pass parameters to relation manager?
FilamentFFilament / ❓┊help
15mo ago