emil
emil
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
Not really, but it should be easily re-producible. Or do you get slideOvers/modals working for HeaderActons on a page that implements a table?
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
No description
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
So everything was working great, until I added implements HasTable - then slideOver stopped working - I had to add the modals view - and it breaks after a few Livewire state changes.
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
I really want to make it clear: The slideover works WITHOUT x-filament-actions::modals if I do NOT use HasTable/InteractsWithTable
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
<x-filament-panels::page>
{{ $this->form }}
<x-filament-actions::modals/>
</x-filament-panels::page>
<x-filament-panels::page>
{{ $this->form }}
<x-filament-actions::modals/>
</x-filament-panels::page>
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
@awcodes Good catch - unfortunately the same issue. Using this makes the slideOver work partially, but breaks after a few Livewire state changes. <x-filament-actions::modals/> If I, from that view, copy the view rendered for HasActions (the modal) and paste in my view, it all works perfectly. So it's some of the modal rendered from the view above that breaks it. And the fact that I have to include the view all together as soon as I use HasTable is strange..
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
Hmm - no. While that initially worked, opening the slideOver stops working after a few state changed. Has been working flawlessly until I added a table on the page (which is unrelated to the action). Definitely some bug here but feel I can't gather enough detail to file a proper report.
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
This was solved by adding this to the view. Please note that this is not required when it is not implementing HasTable. How that works I can't seem to figure out.
<x-filament-actions::modals/>
<x-filament-actions::modals/>
16 replies
FFilament
Created by emil on 1/9/2025 in #❓┊help
HeaderActions stops working with HasTable
Same issue if it just implements Hastable (no infolist/forms). Must be a bug, no?
16 replies
FFilament
Created by Glebka on 12/18/2024 in #❓┊help
Struggling to render multiple forms in one livewire 3 component
Enable APP_DEBUG in .env or check error logs located in storage/logs/laravel.log to see the actual error
6 replies
FFilament
Created by Glebka on 12/18/2024 in #❓┊help
Struggling to render multiple forms in one livewire 3 component
What is the error?
6 replies
FFilament
Created by andis on 8/27/2024 in #❓┊help
Table `deferLoading()` calling `loadTable` method twice.
Also experiencing this. Any solution here?
2 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
@Zep Fietje Is this something you can help with if I pay the £200 consultation fee? I simply want to edit a record on a custom Filament page, that is within a Cluster and uses the standard <x-filament-panels::page> in the view.
13 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
If it's a bug I'm happy to PR it - but I think I am overlooking something as I'm sure many have done this previously.
13 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
And what I believe to be the "current page" url in the breadcrumbs that is not receiving the record
13 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
It's from HasSubNavigation which is part of <x-filament-panels::page>. Specifically the function generateNavigationItems
13 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
Already tried that sadly, meaning replaces all "service" with $record and modiifed mount function in various ways
13 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
^ Bump
13 replies
FFilament
Created by Umar Farooq on 12/12/2024 in #❓┊help
How to set the default selected records in the filament table?
Do you mean selected as in bulk select?
63 replies
FFilament
Created by emil on 12/11/2024 in #❓┊help
InteractsWithRecord + Clusters = Not possible?
Page seems to use HasSubNavigation, which calls the function generateNavigationItems. If it's not a resource page, parameters are not sent through
$pageItems = $isResourcePage ?
$component::getNavigationItems($parameters) :
$component::getNavigationItems();
$pageItems = $isResourcePage ?
$component::getNavigationItems($parameters) :
$component::getNavigationItems();
Overriding getUrl() in the Page class is also a no-go because it is static and has no context action. There's something I'm overlooking but can't figure out what.
13 replies