I have a static table with one row that contains header labels. I have javascript that dynamically added rows and populates the cells. Now I need a way to delete out the dynamically created rows so the next populate will start with only the one statis row.
How do I Know how many rows to delete and how do I delete from bottom up?
How do I Know how many rows to delete and how do I delete from bottom up?