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

Function useTableOptions

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

Source from the content-addressed store, hash-verified

936 * Returns options from the parent `<Table>` component.
937 */
938export function useTableOptions(): TableOptionsContextValue {
939 return useContext(TableOptionsContext)!;
940}
941
942export interface TableHeaderRenderProps {
943 /**

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