Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
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
97
function App() {
98
const [data, setData] = createSignal(defaultData)
99
const rerender = () => setData(defaultData)
100
101
const table = createSolidTable({
102
get data() {
Callers
1
App
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected