Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ refreshData
Function
refreshData
examples/react/full-width-table/src/main.tsx:69–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
const [data, setData] = React.useState(() => makeData(100000))
69
const refreshData = () => setData(() => makeData(100000))
70
71
const [pagination, setPagination] = React.useState<PaginationState>({
72
pageIndex: 0,
Callers
1
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected