Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The HTMLTableElement.deleteRow() method removes a specific row (<tr>) from a given <table>.
index is an integer representing the row that should be deleted. However, the special index -1 can be used to remove the very last row of a table.
None (undefined).
Thrown if index is greater than or equal to the number of available rows or is a negative value other than -1.
This example uses JavaScript to delete a table's second row.
| HTML # dom-table-deleterow-dev |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Nov 3, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.