Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ refreshData
Function
refreshData
examples/react/row-selection/src/main.tsx:105–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
104
const [data, setData] = React.useState(() => makeData(100000))
105
const refreshData = () => setData(() => makeData(100000))
106
107
const table = useReactTable({
108
data,
Callers
1
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected