
deleteRow()
deleteRow() removes a row from the table.
Syntax
Parameters
index is a number representing the row that should be deleted.
Example
mytable.deleteRow(1); // delete the second row
|
Notes
None.
Specification
deleteRow()
Netscape Communications
http://developer.netscape.com
|