Posts by Victor Oliveira • 9 points
2 posts
-
0
votes1
answer197
viewsA: How to reload an HTML table and its data after the click of a button using javascript?
The solution found for the problem was to make a call to another function at the click of the button: <button class="btn btn-primary" type="button" style="margin-top: 31px;"…
-
-1
votes1
answer197
viewsQ: How to reload an HTML table and its data after the click of a button using javascript?
I am making a form in HTML and at a certain point add some information and step to an Array in javascript through an onclick function on a button and after that I would like the information that is…