• Overview
@angular/aria/grid

Represents a row within a grid. It is a container for ngGridCell directives.

API

    
      class GridRow implements OnInit ,OnDestroy {}
    
    

element

HTMLElement

A reference to the host element.

rowIndex

InputSignal<number | undefined>

The index of this row within the grid.

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid

Description

Represents a row within a grid. It is a container for ngGridCell directives.

<tr ngGridRow>
  <!-- ... cells ... -->
</tr>
Jump to details