Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

grid

Composite widget role

An interactive container of tabular data navigated as a two-dimensional widget with the arrow keys. Unlike a static table its cells can be focused and often edited, using roving tabindex or aria-activedescendant. Use it for spreadsheet-like or composite widgets, not for presenting read-only data.

Used on
An interactive tabular container navigated with the arrow keys.
Accessible name
Required, via aria-labelledby or aria-label.
Example
role="grid"
<div role="grid" aria-label="Transactions" aria-colcount="4">…</div>
See a live, tested example on the Grid (interactive data grid) page