MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / onSortChange

Function onSortChange

webapp/src/app/profiles/ProfilesList.tsx:27–29  ·  view source on GitHub ↗
(sort: SortDescriptor)

Source from the content-addressed store, hash-verified

25 ]
26
27 const onSortChange = (sort: SortDescriptor) => {
28 router.push(`/profiles?sortBy=${sort.column}`);
29 }
30
31 return (
32 <Table

Callers 1

ProfilesListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…