How to implement AJAX form submission using Flask-Admin?

459 Views Asked by At

I'm trying to use Flask-Admin pages on an existing Flask backed single page application. Is there a way to replace the existing page-reload POST method form submission while editing/creating a model with an AJAX POST mechanism?

0

There are 0 best solutions below