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

Function rerender

examples/react/column-pinning-sticky/src/main.tsx:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 const [columns] = React.useState(() => [...defaultColumns])
91
92 const rerender = () => setData(() => makeData(30))
93
94 const table = useReactTable({
95 data,

Callers 1

AppFunction · 0.70

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected