deleteRow method
The deleteRow()
method of the HTMLTableSectionElement interface
removes a
specific row (tr
) from a given section
.
Implementation
external void deleteRow(int index);
The deleteRow()
method of the HTMLTableSectionElement interface
removes a
specific row (tr
) from a given section
.
external void deleteRow(int index);