Id Name Position Salary
Table Caption
Employee Id Employee Name Position Salary Gender Address
next page ... next page ... next page ... next page ... next page ... next page ...
EMP0001 Margaret Martin Accountant 56,000 Female 1230 North Ave. Dallas, Texas 98551
EMP0002 Martha Raynolds Secretary 35,000 Female 1900 Dallas Road Dallas, Texas 98554

The deleteRow() method deletes a row from this section. The index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table. If the index is -1 the last row will be deleted. Retrieve the second TBODY element and invoke the deleteRow() method with an index of -1. The nuber of rows in the THEAD section before the deletion of the row is two. After the row is deleted the number of rows in the TBODY section is one.