How do i get the id of a row in sql using html, javascript and flask
I have a table called Gerechten with the columns: id, gerecht, beschrijving, categorie, prijs, url and sterren. In this table i have a lot of rows, so i used a jinja loop in the html script to loop through every…