MCPcopy Create free account
hub / github.com/benwinding/react-admin-import-csv / updateRows

Function updateRows

src/main-csv-button.tsx:163–173  ·  view source on GitHub ↗
(vals: any[])

Source from the content-addressed store, hash-verified

161 }
162
163 async function updateRows(vals: any[]) {
164 return update(
165 logging,
166 disableUpdateMany,
167 dataProvider,
168 resourceName,
169 vals,
170 preCommitCallback,
171 postCommitCallback
172 );
173 }
174
175 function clickImportButton() {
176 resetVars();

Callers 2

handleReplaceFunction · 0.85
handleAskDecideReplaceFunction · 0.85

Calls 1

updateFunction · 0.90

Tested by

no test coverage detected