Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getTable
Method
getTable
packages/@react-aria/test-utils/src/table.ts:521–523 ·
view source on GitHub ↗
* Returns the table.
()
Source
from the content-addressed store, hash-verified
519
* Returns the table.
520
*/
521
getTable(): HTMLElement {
522
return
this._table;
523
}
524
525
/**
526
* Returns the row groups within the table.
Callers
7
toggleRowExpansion
Method · 0.95
toggleSelectAll
Method · 0.95
findCell
Method · 0.95
getRowHeaders
Method · 0.95
getCells
Method · 0.95
Treeble.test.js
File · 0.80
Table.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected