Birssan
Birssan
FFilament
Created by Trauma Zombie on 7/9/2024 in #❓┊help
How to close notification slide-over on action
Has this issue been reported on Github ?
16 replies
FFilament
Created by Birssan on 6/6/2024 in #❓┊help
RelationManager inside modal/sliderOver
Load the corresponding view via the modalContent method of the action and pass it whatever data it needs, including the relation manager, assuming you can get it from the closure in some way.
11 replies
FFilament
Created by Birssan on 6/6/2024 in #❓┊help
RelationManager inside modal/sliderOver
Short version: include the EditPage inside a slideover.
11 replies
FFilament
Created by Birssan on 6/6/2024 in #❓┊help
RelationManager inside modal/sliderOver
Wouldn’t it be possible to create a table action that would use the existing EditPage livewire component (I think that’s a livewire component right ?) and passing whatever data it needs in the view ?
11 replies
FFilament
Created by Birssan on 6/6/2024 in #❓┊help
RelationManager inside modal/sliderOver
Ah, I have been looking in the wrong place then.
11 replies
FFilament
Created by Birssan on 6/6/2024 in #❓┊help
RelationManager inside modal/sliderOver
Hi, thanks for the quick answer. Yeah I came to that conclusion as well but I’ll have to learn how livewire works before that 😅 Only been using Laravel as a REST API or with Inertia until now. Any particular reason why the buit-in EditAction is different when you are using an EditPage or a slideover ? I haven’t been able to figure out how does filament « know » when to call the edit page when it is returned in the getPages method or use modal/slideover when it’s not, all of that while using the same action ?
11 replies