Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ randomizeColumns
Function
randomizeColumns
examples/solid/column-ordering/src/App.tsx:91–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
})
90
91
const randomizeColumns = () => {
92
table.setColumnOrder(
93
faker.helpers.shuffle(table.getAllLeafColumns().map((d) => d.id)),
94
)
95
}
96
97
return (
98
<div class=
"p-2"
>
Callers
1
App
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected