HTML table with JS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

22nd Sep 2018, 4:50 PM
Daniele
Daniele - avatar
1 Answer
+ 1
thank you very much ODLNT !
23rd Sep 2018, 4:27 AM
Daniele
Daniele - avatar