javascript TR sectionRowIndex
| sectionRowIndex | NN 6 IE 4 DOM 1 |
| Read-only | |
|
Returns a zero-based integer representing the position of the current row among all other tr elements in the row grouping. A row grouping can be one of the following elements: thead, tbody, tfoot. The count is based on the source code order of the tr elements. |
|
| Example | |
var whichRow = document.getElementById("myTR").sectionRowIndex;
|
|
| Value | |
Integer. |
|
| Default | |
None. |
|
Previous: javascript TR vAlign
Next: javascript TR rowIndex
2151,Nickname,Homepage or email,Comments here,Add comment
