javascript

table objects expose the HTMLTableElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of tables in HTML.


Mozilla Microsoft
[1] [2]

Properties

rows

Data type HTMLCollection
Standard DOM Level 1 HTMLDOM Level 2 HTML
Documentation Mozilla Microsoft

A collection of all the rows in the table.

Methods