Do you mean you want to refresh the page under the modal, or the modal contents specifically?
Is it possible to apply InertiaJS form helper in a usual modal form ?
Hello,
I'm happy because I now really understand how InertiaJS works, but some parts are not very clear in my mind yet.
Is it possible to use the form helper with a usual modal form ?
(I have already asked here how it is possible to use modal form and I won't use any package to use InertiaJS modal form, I will just use usual modal windows, in my case with Element-Plus framework)
form.post(url, options)
Effectively if I use this request, is it possible to refresh only the initial loaded page (for example a table with a users list, so refresh the table with the new addd user), that means refresh it from the controller ?
Thanks for your help.
Vincent
@vincent15000 That should be possible by using only: ['foobar'] and preserveState: true
Please or to participate in this conversation.