refresh edit page after submit data in relation manager
How can I refresh the editRecord page, in after() at createAction relation manager?
actually, i only need to refresh some textInput in resource form.
3 Replies
This question is asked quite frequently. Use search
i've searched, but i don't find the case similar to me..
can you help me which thread it is?
i've tried using
$livewire->emit('refresh');
but i the page is not refreshing..
i've got this when i tried
dd($livewire->emit('refresh'));
maybe this will help someone to identify what is wrong..