Component form and list on livewire update list when saving data
Hello guys, I have a question with livewire, could anyone indicate any material on how to do this? Or someone can give a help
However, by saving the data with the form, it does not update the listing. Being necessary to press the F5 key to make a refresh on the screen
- I have a form component, when saving I want to update the listing
- Listing component should receive the update of the form data
However, by saving the data with the form, it does not update the listing. Being necessary to press the F5 key to make a refresh on the screen
Gist
Component form and list on livewire update list when saving data with Filament - ItemsList.php
