Update Edit Modal on Table
Hi all
I hope this is simple to someone. I have the following ( Non-Panel):
Filament Table
-> Edit Action which opens a Modal
-> On the modal is a Filament Form which also has a custom Livewire Class so I can embed a Table into the Form Modal.
-> Edit a record on the embeded table and click 'save'
-> This is where I now need the form modal to ( the one which has a table and a form ) to update its fields from the database?
When I update the table on the modal I need the Modal From to update its fields ( a refresh ).
Hopefully the screenshot helps clarify.
Any ideas? Thanks everyone
I hope this is simple to someone. I have the following ( Non-Panel):
Filament Table
-> Edit Action which opens a Modal
-> On the modal is a Filament Form which also has a custom Livewire Class so I can embed a Table into the Form Modal.
-> Edit a record on the embeded table and click 'save'
-> This is where I now need the form modal to ( the one which has a table and a form ) to update its fields from the database?
When I update the table on the modal I need the Modal From to update its fields ( a refresh ).
Hopefully the screenshot helps clarify.
Any ideas? Thanks everyone
