Is there anyway to reload RelationManager Owner page with Spa mode?

In my CreateAction of the RelationManager, I have update some ower model data, I then want it to refresh. The code here I use rediret to refresh it. I would like to just reload the form or load it in spa mode. Is there any way to do that? #relationmanager #ownerpage
No description
No description
Solution:
- add an event in the Edit/View Page https://livewire.laravel.com/docs/events#listening-for-events - dispatch in your action $livewire->dispatch('refresh-page');...
Jump to solution
3 Replies
Expecto Patronum
Im sorry for not answering your question . But im admire on your layout . Very simple and nice looking . Is there by any chance i want to see how you design like that? Im still new in filment . If you okay maybe can share to me in dm probaby?
Solution
LeandroFerreira
LeandroFerreira2mo ago
- add an event in the Edit/View Page https://livewire.laravel.com/docs/events#listening-for-events - dispatch in your action $livewire->dispatch('refresh-page');
zenepay
zenepay2mo ago
Hi Leandro. Do I have to create a custom view for parrent page in order to put javascript to listen to the dispatch event? I got it now.
Want results from more Discord servers?
Add your server
More Posts
Issues with scrolling relationship manager modal on IOS DevicesHi everyone, Hoping someone has had this issue as well 🙂 I've followed the pre-issue report guidemultiple() select not work with afterStateUpdatedgenerate attribute values based on the selected attributes and add them into the repeaterAnimation On Action Buttonhi all , i have a question . is that possible to add animation trigger on action button ? example liEasy way to only allow registration and login via Socialite?I am looking for a way to disable login and only show a login or register button with Google/Github/Form in Livewire: Disable Submit-Button, while a file uploads?Hi, im using the Filament Form inside a Livewire component. While **uploading a large file**, the Help, Setting runtime config only for one FileUploadHi firends, Here I have a **FileUpload** that is setupped to work with **S3 pre-signed links** and My issue : After perform delete its not applaying redirectsWhen deleteign a record that uses HasRelationManagers on Edit record page it tells me Call to a memWhen selecting filters in a list of records, the widget does not updateI have an invoice resource and I have added a widget to it to calculate the total of invoices. The wAction group width suddenly becomes out of controlI don't know from where and why my action group menu width has become largen and the menu doesn't fihow to send request and get response inside action buttonIm trying to send get/post request inside action ( button in header section). I tried with route and