function@af-utils/virtual-core
On this page

mapVirtualRange()

function mapVirtualRange<T>(model, callback): T[];

Map the current rendered range without first allocating an indexes array.

Type Parameters

T

T

Parameters

model

VirtualScroller

callback

(index) => T

Returns

T[]