Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
function App() {
66
const [data, setData] = createSignal(makeData(10))
67
const rerender = () => setData(makeData(10))
68
69
const table = createSolidTable({
70
get data() {
Callers
1
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…