Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ data
Function
data
examples/solid/basic/src/App.tsx:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
const table = createSolidTable({
85
get data() {
86
return data()
87
},
88
columns: defaultColumns,
89
getCoreRowModel: getCoreRowModel(),
90
})
Callers
1
createAngularTable.test.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected