Miguilim
Miguilim
FFilament
Created by Miguilim on 10/8/2024 in #❓┊help
Filtering widget data with HasFiltersForm on view resource page
It seems the problem is that I'm trying to use that in a infolist page, while the documentation shows an example using the dashboard page. What should I do?
4 replies
FFilament
Created by Miguilim on 8/4/2023 in #❓┊help
Null state for table column
This worked! Thanks! I was only trying with formatStateUsing 😅
7 replies
FFilament
Created by Miguilim on 8/4/2023 in #❓┊help
Null state for table column
Sorry I sent the wrong example, the return was int|string
7 replies
FFilament
Created by Miguilim on 8/4/2023 in #❓┊help
Null state for table column
Unfortunately not, I tried:
->formatStateUsing(fn (?int $state): int => $state ?? 'N/A'),
->formatStateUsing(fn (?int $state): int => $state ?? 'N/A'),
But it seems the column does not use this method if there is no value
7 replies