© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
11 replies
Groli

How can you customize record title on attach action

Hello,

I would like to know if it's possible to customize record title more than just a different attribute. I would like to combine multiple attributes in to one title. Is it possible?

Thanks for any help in advance...
image.png
Solution
Tables\Actions\AttachAction::make()
    ->recordTitle(fn (Model $record): string => "{$record->id} {$record->start}")
Tables\Actions\AttachAction::make()
    ->recordTitle(fn (Model $record): string => "{$record->id} {$record->start}")

https://github.com/filamentphp/filament/discussions/13096#discussioncomment-9674355
GitHub
How can you customize record title on attach action · filamentphp f...
Package Table builder Package Version v3.2.83 How can we help you? Hello, I would like to know if it's possible to customize record title more than just a different attribute. I would like to c...
How can you customize record title on attach action · filamentphp f...
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Customize Record Title
FilamentFFilament / ❓┊help
3y ago
How can I modify attach action form title and buttons ?
FilamentFFilament / ❓┊help
3y ago
Customize attach search query
FilamentFFilament / ❓┊help
2y ago