MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin / createSortHandler

Function createSortHandler

src/pages/user/UserList.js:106–108  ·  view source on GitHub ↗
(property)

Source from the content-addressed store, hash-verified

104 onRequestSort
105 } = props;
106 const createSortHandler = (property) => (event) => {
107 onRequestSort(event, property);
108 };
109
110 return (
111 <TableHead>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected