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

Function rerender

examples/solid/bootstrap/src/App.tsx:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65function App() {
66 const [data, setData] = createSignal(makeData(10))
67 const rerender = () => setData(makeData(10))
68
69 const table = createSolidTable({
70 get data() {

Callers 1

AppFunction · 0.70

Calls 1

makeDataFunction · 0.90

Tested by

no test coverage detected