ariaRowcount property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Identifies the total number of rows in a table, grid, or treegrid.

Syntax


<element aria-rowcount="..." ... />

Remarks

Used in Roles
table

 

This attribute does not need to be set if all of the rows are present in the DOM. If not all of the rows are present in the DOM at any given time, setting this attribute will provide the total number of rows in the full table.

See also

aria-rowindex

 

 

Show: