TOC PREV NEXT INDEX

Put your logo here!


deleteRow()


deleteRow() removes a row from the table.

Syntax

table.deleteRow(index) 

Parameters

index is a number representing the row that should be deleted.

Example

mytable.deleteRow(1); // delete the second row 

Notes

None.

Specification

deleteRow()


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX