Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ range
Function
range
examples/react/row-dnd/src/makeData.ts:14–20 ·
view source on GitHub ↗
(len: number)
Source
from the content-addressed store, hash-verified
12
}
13
14
const
range = (len: number) => {
15
const
arr: number[] = []
16
for
(
let
i = 0; i < len; i++) {
17
arr.push(i)
18
}
19
return
arr
20
}
21
22
const
newPerson = (): Person => {
23
return
{
Callers
1
makeDataLevel
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected