MCPcopy Create free account
hub / github.com/adobe/react-spectrum / enableTableNestedRows

Function enableTableNestedRows

packages/react-stately/src/flags/flags.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14let _shadowDOM = false;
15
16export function enableTableNestedRows(): void {
17 _tableNestedRows = true;
18}
19
20export function tableNestedRows(): boolean {
21 return _tableNestedRows;

Callers 7

MyAppFunction · 0.90
AppFunction · 0.90
MyAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected