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

Function refreshData

examples/react/kitchen-sink/src/App.tsx:76–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75 const [data, setData] = React.useState(makeData(1000))
76 const refreshData = () => setData(makeData(1000))
77
78 const [columnVisibility, setColumnVisibility] = React.useState({})
79 const [grouping, setGrouping] = React.useState<GroupingState>([])

Callers

nothing calls this directly

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…