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

Function loadData

src/pages/CRUD/Users/table/UsersTable.js:79–83  ·  view source on GitHub ↗
(limit, page, orderBy, request)

Source from the content-addressed store, hash-verified

77 });
78
79 const loadData = async (limit, page, orderBy, request) => {
80 setLoading(true);
81 await actions.doFetch({ limit, page, orderBy, request })(managementDispatch);
82 setLoading(false);
83 };
84
85 React.useEffect(() => {
86 loadData(rowsState.pageSize, rowsState.page, sortModel[0], filterUrl);

Callers 2

UsersTable.jsFile · 0.85
handleSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected