How to reload a grid in asynchronous mode
gfsoluzioni opened this issue · 0 comments
gfsoluzioni commented
Hi, I need some help. I created a form inside a .blade file that I call via a modal popup. Using javascript I retrieve the values of the various input fields present and transmit them to a post post method of a controller. The mi method creates an element of a given model. I would like that, once this element has been created, javascript would reload the grid present within the same .blade file in asynchronous mode without reloading the entire page. Is this possible with Open-Admin?