© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
David | Fortune Validator

Custom Column In Table

I have two models. Estimates & Dockets. Relationships are setup in that an Estimate HasOne Docket.

Both estimate and docket tables have a title field.

I am working on a custom search/table.

I want the docket title to show up instead of the estimate title on the TITLE column only if a docket exists. eg

$docket->exists()) ? $docket->title : $estimate->title
$docket->exists()) ? $docket->title : $estimate->title


But I cannot work out how to get that into a singular column.

Any help would be appreciated. Thank you
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 table column - sizing
FilamentFFilament / ❓┊help
9mo ago
Table Custom Column Update.
FilamentFFilament / ❓┊help
2y ago
Lazy load a custom column in a table
FilamentFFilament / ❓┊help
16mo ago
How to create custom column in the table?
FilamentFFilament / ❓┊help
3y ago