Represents a row within a grid. It is a container for ngGridCell directives.
element
HTMLElementA reference to the host element.
rowIndex
anyThe index of this row within the grid.
Description
Represents a row within a grid. It is a container for ngGridCell directives.
<tr ngGridRow> <!-- ... cells ... --></tr>
Jump to details