MCPcopy Index your code
hub / github.com/TanStack/virtual / Column

Interface Column

examples/react/dynamic/src/main.tsx:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165interface Column {
166 key: string
167 name: string
168 width: number
169}
170
171function GridVirtualizerDynamic({
172 columns,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected