emil
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
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
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
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
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