Matthew
Matthew
FFilament
Created by adnn on 4/28/2025 in #❓┊help
Drastic performance impact in the UI after migrating to PSQL
n+1 with missing indexes would be my first suspects
8 replies
FFilament
Created by Jean-Loup on 4/29/2025 in #❓┊help
Year data type
Are you casting anything in your model?
13 replies
FFilament
Created by simplehacker on 4/28/2025 in #❓┊help
Trim Text Inputs
Have you ensured the middleware is applied to your panel ? https://filamentphp.com/docs/3.x/panels/configuration#applying-middleware
6 replies
FFilament
Created by BloodDrunk on 4/23/2025 in #❓┊help
Refresh tenantMenuItems
Everytime we come up against a requirement where we think using ->spa might help....we try that and then promptly switch it off about 5 minutes later.
3 replies
FFilament
Created by ish d on 4/24/2025 in #❓┊help
Select searchable and multiple
No description
3 replies
FFilament
Created by Nicole on 4/26/2025 in #❓┊help
Update Button Text Color
Although prepare for nobody to talk to you in the canteen if you PR inline styles 😆
5 replies
FFilament
Created by AnarFrudan on 4/25/2025 in #❓┊help
Is it possible to adjust vertical spacing in forms?
Whilst there are no outright 'bad' solutions. I would argue creating an element to make a space is a bit 'hacky'.
->extraAttributes([
'class' => 'mt-5',
]),
->extraAttributes([
'class' => 'mt-5',
]),
Add something like this to the one you want space above. It will make your code maintenance a bit easier.
6 replies
FFilament
Created by Morgan on 4/20/2025 in #❓┊help
Actions in a table group header
That's the head of the table, having grouped actions...no? I think OP wants Actions in the heading of each grouped row
5 replies
FFilament
Created by Lovins on 4/20/2025 in #❓┊help
Environment selector
No description
8 replies
FFilament
Created by Makaveli on 4/20/2025 in #❓┊help
Laravel+ Railway deployment
Probably got a config file looking for them
3 replies
FFilament
Created by Morgan on 4/20/2025 in #❓┊help
Actions in a table group header
Out the box, don't think so.
5 replies
FFilament
Created by pjb on 4/21/2025 in #❓┊help
Chart Widgets behind load balancer throw RootTagMissingFromViewException
What is your cache mode. I think if you are on file, you must have sticky sessions to work livewire. It apparently will work with Redis\Memcache without sticky sessions.
4 replies
FFilament
Created by suroso on 4/21/2025 in #❓┊help
Cannot Scroll Inside Edit/Create Modal
Nope, not experieenced it. Be a pretty common complaint. Have you put a custom theme in, or doing anything with CSS?
4 replies
FFilament
Created by daniik on 4/22/2025 in #❓┊help
Two tables on page with asynchronous refresh
I've used table widgets to have two tables, and from memory the refresh works. If not, you can just use ->dispatch to send a livewire event to refresh.
3 replies
FFilament
Created by Shaheen on 4/11/2025 in #❓┊help
toggle in input hint
Can you post an example of what the code is actally acheiving in the UX ?
2 replies
FFilament
Created by morty on 4/11/2025 in #❓┊help
How come we need to disable the SoftDeletingScope::class on the resource but not on relation manager
You only want to do that if you want to be able to access soft-deleted records?
10 replies
FFilament
Created by Sameed Editz on 4/8/2025 in #❓┊help
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
Do you mean like a visual example, or a code example?
19 replies
FFilament
Created by Shaza on 4/8/2025 in #❓┊help
An external endpoint
Does your log show multiple 'Send payload to API' instances?
8 replies
FFilament
Created by Sameed Editz on 4/8/2025 in #❓┊help
hey i have an ServerResource that have a relation with subServers and in my Server index table i wan
I usually create a slideover infolist, or sometimes widget table with all my related model data. You can have infolist with specific actions etc. It would be good if out the box you couyld have two tables with a parent model and the child model on the second table on parent row selection. But you can't.
19 replies
FFilament
Created by Shaza on 4/8/2025 in #❓┊help
An external endpoint
What is the best you were hoping for with that much information?
8 replies