• Overview
@angular/aria/grid

Grid

directive

A directive that provides grid-based navigation and selection behavior.

API

    
      class Grid {}
    
    

element

any

The host native element.

enableSelection

any

Whether selection is enabled for the grid.

disabled

any

Whether the grid is disabled.

skipDisabled

any

Whether to skip disabled items during navigation.

focusMode

any

The focus strategy used by the grid.

rowWrap

any

The wrapping behavior for keyboard navigation along the row axis.

colWrap

any

The wrapping behavior for keyboard navigation along the column axis.

Jump to details