grid
Composite widget roleAn 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.
Used by components
Example
role="grid"
<div role="grid" aria-label="Transactions" aria-colcount="4">…</div>References