Skip to content

Find what you need, instantly

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

All attributes

aria-colindex

Integer

Gives a cell or row its column position within the full table when the DOM doesn't contain every column, such as a virtualized grid. The 1-based index refers to the position in the complete data set, not just the rendered columns. It's used together with aria-colcount.

Value
Any integer.
Used on
<td><th><tr>
Example
aria-colindex="…"
<span role="gridcell" aria-colindex="4">$42.00</span>