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 deleteRow() method of the HTMLTableSectionElement interface removes a specific row (<tr>) from a given <section>.
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 the section.
None (undefined).
Thrown if index is greater than or equal to the number of available rows or is a negative value other than -1.
In this example, two buttons allow you to add and remove rows from the table body section; it also updates an <output> element with the number of rows currently in the table.
| HTML # dom-tbody-deleterow |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Oct 31, 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.