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

Function useTableOptions

packages/react-aria-components/src/Table.tsx:948–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

946 * Returns options from the parent `<Table>` component.
947 */
948export function useTableOptions(): TableOptionsContextValue {
949 return useContext(TableOptionsContext)!;
950}
951
952export interface TableHeaderRenderProps {
953 /**

Callers 6

Table.test.jsFile · 0.90
TableView.tsxFile · 0.90
TableHeaderFunction · 0.90
RowFunction · 0.90
TableHeaderFunction · 0.90
RowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected