Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected