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

Function refreshData

examples/react/row-pinning/src/main.tsx:143–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142 const [data, setData] = React.useState(() => makeData(1000, 2, 2))
143 const refreshData = () => setData(() => makeData(1000, 2, 2))
144
145 const table = useReactTable({
146 data,

Callers 1

AppFunction · 0.70

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected