rowIndex property

int get rowIndex

The rowIndex read-only property of the HTMLTableRowElement interface represents the position of a row within the whole table.

Even when the thead, tbody, and tfoot elements are out of order in the HTML, browsers render the table in the right order. Therefore the rows count from <thead> to <tbody>, from <tbody> to <tfoot>.

Implementation

external int get rowIndex;