Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ rerender
Function
rerender
examples/solid/basic/src/App.tsx:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
function App() {
81
const [data, setData] = createSignal(defaultData)
82
const rerender = () => setData(defaultData)
83
84
const table = createSolidTable({
85
get data() {
Callers
5
App
Function · 0.70
Table
Function · 0.50
RowSelection.test.tsx
File · 0.50
Table
Function · 0.50
withSorting.notest.tsx
File · 0.50
Calls
no outgoing calls
Tested by
2
Table
Function · 0.40
Table
Function · 0.40