JChan
JChan
FFilament
Created by JChan on 7/20/2024 in #❓┊help
Repeater Form Size so big
Ah this looks really nice. Thank you!
5 replies
FFilament
Created by Groli on 7/20/2024 in #❓┊help
How can you close notification from ActionGroup that is inside its actions?
It would be helpful if you posted code to recreate the issue you are talking about. Much easier to visualize the issue if we have some code that is easy to test.
4 replies
FFilament
Created by JChan on 6/19/2024 in #❓┊help
Custom Items in Top bar navigation
Thanks @awcodes !
6 replies
FFilament
Created by JChan on 6/19/2024 in #❓┊help
Custom Items in Top bar navigation
This is great, thanks very much! For the future, in case anyone is looking at this, I put this into my AdminPanelProvider.php use Filament\View\PanelsRenderHook; ->renderHook( PanelsRenderHook::GLOBAL_SEARCH_BEFORE, fn () => view('calendardropdown') ) Then I created a view at /resources/views/calendardropdown.blade.php I was hoping to find a render hook that would put it before my navigation items but after my brandname (I have topNavigation()), but I couldn't seem to find one for that spot. Oh well, this will work.
6 replies