AvailabilityDOM Level 1 HTML Synopsisvoid deleteRow(long index) throws DOMException; Arguments
ThrowsThis method throws a DOMException with a code of INDEX_SIZE_ERR if index is less than zero or is greater than or equal to the number of rows in the table. DescriptionThis method deletes the row at the specified position from the table. Rows are numbered in the order in which they appear in the document source. Rows in <thead> and <tfoot> sections are numbered along with all other rows in the table. See AlsoHTMLTableSectionElement.deleteRow( ) |