aria-colindex
IntegerGives 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>
Associated roles
Example
aria-colindex="…"
<span role="gridcell" aria-colindex="4">$42.00</span>References