tr Object
The insertCell() method inserts a cell into the current row.
| Value | Description |
|---|---|
| index | An integer (starts at 0) that specifies the position of the new cell in the current row.
The value of -1 can also be used; which results in that the new cell will be
inserted at the last position. If this parameter is omitted, insertCell() inserts the new cell at the last position in IE and at the first position in Chrome and Safari. This parameter is required in Firefox and Opera, but optional in Internet Explorer, Chrome and Safari. |
![]()
The insertCell() method is supported in all major browsers.
Insert new cell(s) in the first table row:
Add a new row to a table - then add cells and content
tr Object
Your message has been sent to W3Schools.