Answers for "how to delete all rows from a html table in js?"

0

delete all the rows of table javascript

$("#table_of_items tr").remove();
Posted by: Guest on May-23-2020

Code answers related to "how to delete all rows from a html table in js?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language