ariaRowIndex property
The ariaRowIndex
property of the Element
interface reflects the
value of the
aria-rowindex
attribute, which defines an element's row index or position with respect
to the total number of rows within a table, grid, or treegrid.
Implementation
external String? get ariaRowIndex;
Implementation
external set ariaRowIndex(String? value);