Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/table
/ refreshData
Function
refreshData
examples/react/filters/src/main.tsx:86–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
const [data, setData] = React.useState<Person[]>(() => makeData(5_000))
86
const refreshData = () => setData(_old => makeData(50_000))
//stress test
87
88
const table = useReactTable({
89
data,
Callers
1
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…