javascript TABLE rows
| rows | NN 6 IE 4 DOM 1 |
| Read-only | |
|
Returns a collection of tr elements inside the entire table. You can also get a group of rows for each table section (tbody, tfoot, and thead element objects). |
|
| Example | |
var allTableRows = document.getElementById("myTable").rows;
|
|
| Value | |
Reference to a rows collection object. |
|
| Default | |
Array of zero length. |
|
Previous: javascript TABLE rules
1998,Nickname,Homepage or email,Comments here,Add comment
