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

Function refreshData

examples/react/grouping/src/main.tsx:86–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85 const [data, setData] = React.useState(() => makeData(100000))
86 const refreshData = () => setData(() => makeData(100000))
87
88 const [grouping, setGrouping] = React.useState<GroupingState>([])
89

Callers 1

AppFunction · 0.70

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…