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

Method sort

packages/react-aria-components/src/Table.tsx:1145–1145  ·  view source on GitHub ↗

* Triggers sorting for this column in the given direction.

(direction: SortDirection)

Source from the content-addressed store, hash-verified

1143 * Triggers sorting for this column in the given direction.
1144 */
1145 sort(direction: SortDirection): void;
1146 /**
1147 * Starts column resizing if the table is contained in a `<ResizableTableContainer>` element.
1148 */

Callers 6

convexHullFunction · 0.65
useCollatorFunction · 0.65
onPressFunction · 0.65
commonPrefixLengthFunction · 0.65
Table.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected