Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _ariaRowCount
Method
_ariaRowCount
packages/main/src/Table.ts:723–725 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
721
}
722
723
get _ariaRowCount() {
724
return
this._getVirtualizer()?.rowCount || this.rows.length + 1;
725
}
726
727
get _ariaColCount() {
728
if
(!this.headerRow[0]) {
Callers
nothing calls this directly
Calls
1
_getVirtualizer
Method · 0.95
Tested by
no test coverage detected