Easy Tutorial
❮ Prop Audio Mediagroup Event Screeny ❯

Table deleteRow() Method


Definition and Usage

The deleteRow() method is used to delete a specified row from a table.

Syntax

Value Description
index The numeric index of the row to be deleted (starting from 0).

Browser Support

All major browsers support the deleteRow() method.


Example

Delete the first row of the table:


More Examples

Delete Table Row on Click


❮ Prop Audio Mediagroup Event Screeny ❯