© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
3y ago
•
3 replies
Liam
Computed table values
I want add something in my table that is a computed value from multiple model fields
. Is this possible without a model attribute
?
Solution
You can use
.
.
.
->formatStateUsing(fn (string $state, Model $record) => // )
->formatStateUsing(fn (string $state, Model $record) => // )
.
.
. although this won
't be searchable
(or at least
, attributes from other fields won
't be
)
.
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
How to change table query to get computed values?
F
Filament / ❓┊help
3y ago
Custom Table Values
F
Filament / ❓┊help
17mo ago
Computed Property Filter On Table Builder?
F
Filament / ❓┊help
2y ago
Get table filter values
F
Filament / ❓┊help
2y ago