Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Eugene van der Merwe
Posts
Comments
F
Filament
•
Created by Eugene van der Merwe on 8/24/2023 in
#❓┊help
How to refer to my own data in a table layout
Apologies, how do I mark this again as solved?
5 replies
F
Filament
•
Created by Eugene van der Merwe on 8/24/2023 in
#❓┊help
How to refer to my own data in a table layout
I managed this using the
$state
and a helper, example:
->
formatStateUsing
(
fn
(
string
$state)
: string
=>
helper
($state))
->
formatStateUsing
(
fn
(
string
$state)
: string
=>
helper
($state))
5 replies
F
Filament
•
Created by Eugene van der Merwe on 8/24/2023 in
#❓┊help
How to refer to my own data in a table layout
What I mean is at the moment that shows EUR 0 I don't want it to show anything, it must just be blank.
5 replies