• Overview
@angular/aria/grid

GridCell

directive

A directive that represents a cell in a grid.

API

    
      class GridCell {}
    
    

element

any

The host native element.

role

any

The ARIA role for the cell.

rowSpan

any

The number of rows the cell should span.

colSpan

any

The number of columns the cell should span.

rowIndex

any

The index of this cell's row within the grid.

colIndex

any

The index of this cell's column within the grid.

disabled

any

Whether the cell is disabled.

selected

any

Whether the cell is selected.

selectable

any

Whether the cell is selectable.

Jump to details