toeknee
toeknee
FFilament
Created by Dimitar on 4/16/2025 in #❓┊help
Table polling event/hook?
I am not too sure tbh, you can test it. i think it'll call the render, but any JS assigned to the render won't be re-used as the dom wouldn't be re-mounted just filled.
6 replies
FFilament
Created by Niels on 4/17/2025 in #❓┊help
Clicking widget action does nothing
Remove the ::modals/> call, I don't think is needed because one already exists in the admin panel.
9 replies
FFilament
Created by Dimitar on 4/16/2025 in #❓┊help
Table polling event/hook?
Event with polling I can't see how that would work. I think what you want to do is use notifications or a custom listner to trigger a notification and run a dispatch, and only show the listener to the people you want new orders to be sent too
6 replies
FFilament
Created by Patabugen on 4/16/2025 in #❓┊help
Is there a way to display filters in the page above the table on a Panel page?
You can set the filter form columns so it spans the whole page etc. But you can set filters static and above https://filamentphp.com/docs/3.x/tables/filters/layout#displaying-filters-above-the-table-content
4 replies
FFilament
Created by Jerome V on 4/7/2025 in #❓┊help
How to display the widgets instead of normal table in relation manager?
You can then just add a table widget, but I would just build a resource and add the widgets personally.
7 replies
FFilament
Created by Haydra on 4/12/2025 in #❓┊help
Nested Actions, Parent Form validation
Is it a Hidden::make() field or is it ->hidden(true) ?
7 replies
FFilament
Created by morty on 4/15/2025 in #❓┊help
Should I be using `Filament::user()` instead of `Auth::user()`?
Auth::user() since Filament::user() doesn't exist anymore? or auth()->user()
4 replies
FFilament
Created by MelvinNulaBG on 4/14/2025 in #❓┊help
Import Action Override The Whole Process
4 replies
FFilament
Created by TranceCode on 4/14/2025 in #❓┊help
Can't show modal from filament widget to livewire view
5 replies
FFilament
Created by TranceCode on 4/14/2025 in #❓┊help
Can't show modal from filament widget to livewire view
Just add the button as an action, and ensure the modal code is included in the view.
5 replies
FFilament
Created by MaxwellDan on 4/15/2025 in #❓┊help
customize card widget in filamentphp
5 replies
FFilament
Created by MaxwellDan on 4/15/2025 in #❓┊help
customize card widget in filamentphp
Yes.
5 replies
FFilament
Created by MaxwellDan on 4/15/2025 in #❓┊help
customize card widget in filamentphp
You can't really out of the box, the graph would be under it. You can just build your own custom widget for that.
5 replies
FFilament
Created by Bryan on 4/15/2025 in #❓┊help
how to add filament themes to filament shield permission
I am not sure this makes sense.... You mean permissions for dark/light?
6 replies
FFilament
Created by pitrah on 4/15/2025 in #❓┊help
Import Issue!
no, do you understand what the forigen key is? And how the forigen key is needed to link the records?
21 replies
FFilament
Created by pitrah on 4/15/2025 in #❓┊help
Import Issue!
Try using AI to explain the errors if unsure, but it's saying a child row with the key doens't exist.
21 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Yep
18 replies
FFilament
Created by Jamie Cee on 4/14/2025 in #❓┊help
User Menu to sidebar
Topbar false means it removes the topbar and addsa sidebar 😉 If topbar = true, sidebar goes away
18 replies
FFilament
Created by pitrah on 4/15/2025 in #❓┊help
Import Issue!
restart your quue worker if making cod chsnged
21 replies
FFilament
Created by pitrah on 4/15/2025 in #❓┊help
Import Issue!
The column is an int but look at the message, you are importing 'CNAP' into it which will be in the map
21 replies