MCPcopy
hub / github.com/TanStack/table / rerender

Function rerender

examples/solid/column-groups/src/App.tsx:99–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97function App() {
98 const [data, setData] = createSignal(defaultData)
99 const rerender = () => setData(defaultData)
100
101 const table = createSolidTable({
102 get data() {

Callers 1

AppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…