#API
InfiniteLoader
props
Name | Description | Type | Default | Values | Required |
|---|---|---|---|---|---|
isRowLoaded | Returns whether the row at the given index is already loaded. | Function | true | ||
loadMoreRows | Loads more rows for the given index range; resolve when finished. | Function | true | ||
minimumBatchSize | Minimum rows to request per load (default 10). Batches HTTP fetches. | Number | |||
threshold | Prefetch when the user scrolls within this many rows of unloaded data (default 15). | Number | |||
rowCount | Total row count; may be an upper bound if the true size is unknown. | Number | true |
slots
Name | Description |
|---|---|
default | Render prop slot; receives `onRowsRendered` to wire into a virtual list. |