HTMLTableRowElement : HTMLElement
Return to: HTML DOM Level 2 index

A table row (tr) element in an HTML table.

Platform Support

IE Mozilla Netscape Opera Safari Chrome
4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

Constructors

Constructor Action IE Mozilla Netscape Opera Safari Chrome
HTMLTableRowElement Constructor() : HTMLTableRowElement
A table row (tr) element in an HTML table.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

HTMLTableRowElement() : HTMLTableRowElement

A table row (tr) element in an HTML table.

Returns
HTMLTableRowElement

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
cells : HTMLCollection
Array of all of the HTMLTableCellElement objects in the table row.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_access.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

rowIndex : Number
Position of the element in the table.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_access.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

Position of the element within its table section.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no
  • IE: Buggy on Mac.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_access.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

Functions

Method Action IE Mozilla Netscape Opera Safari Chrome
deleteCell(Number index) : void
Deletes the cell at the specified position from the row.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

Parameters
Number index Index position of the cell to delete.

Returns
void

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_credel.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

insertCell(Number index) : HTMLElement
Inserts a new empty table cell (td) at the specified position in the row.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

Parameters
Number index Index position of the cell before where the new cell will be inserted.

Returns
HTMLElement

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_credel.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

text_javascript aptana_docs