Hi I have created the web app, but I am having trouble receiving records from my html table to flask. I use jquery to insert records, but how can I retrieve records from html to flask?
Screenshot is below
Hi I have created the web app, but I am having trouble receiving records from my html table to flask. I use jquery to insert records, but how can I retrieve records from html to flask?
Screenshot is below
You can assign an id to your input field and using jquery make ajax calls where you can retrieve input fields value($("#id").val()) and pass as a query or path parameter.