MCPcopy Index your code
hub / github.com/adobe/react-spectrum / getRowGroups

Method getRowGroups

packages/@react-aria/test-utils/src/table.ts:528–531  ·  view source on GitHub ↗

* Returns the row groups within the table.

()

Source from the content-addressed store, hash-verified

526 * Returns the row groups within the table.
527 */
528 getRowGroups(): HTMLElement[] {
529 let table = this._table;
530 return table ? within(table).queryAllByRole('rowgroup') : [];
531 }
532
533 /**
534 * Returns the columns within the table.

Callers 9

keyboardNavigateToRowMethod · 0.95
toggleSortMethod · 0.95
findRowMethod · 0.95
getColumnsMethod · 0.95
getRowsMethod · 0.95
getFooterRowsMethod · 0.95
Table.test.jsFile · 0.80
TableView.test.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected