MCPcopy Index your code
hub / github.com/TanStack/table / refreshData

Function refreshData

examples/react/material-ui-pagination/src/main.tsx:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88 const [data, setData] = React.useState(() => makeData(100000))
89 const refreshData = () => setData(() => makeData(100000))
90
91 return (
92 <>

Callers 1

AppFunction · 0.70

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected