MCPcopy 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

toggleRowExpansionMethod · 0.95
toggleSelectAllMethod · 0.95
findCellMethod · 0.95
getRowHeadersMethod · 0.95
getCellsMethod · 0.95
Treeble.test.jsFile · 0.80
Table.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected