+ 1
HTML table with JS
Hello everyone! I'm writing a program which builds an html table from a json object (see the example below) https://code.sololearn.com/W7btENdPyNzg/?ref=app If you run the code, you can note that clicking the red "X" will cause the current line of the table to disappear what i'd like to do is to update the json object, i mean, when i press the "X" on a line, not only pop it from the table, but also from the json object how can i do this?
1 Odpowiedź
+ 1
thank you very much ODLNT !