Skip to content

Commit e456bc8

Browse files
authored
docs: update docs on initialOffset (#1045)
1 parent 7d6e3c9 commit e456bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/virtualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The padding to apply to the end of the virtualizer in pixels when scrolling to a
128128
initialOffset?: number | (() => number)
129129
```
130130

131-
The initial offset to apply to the virtualizer. This is usually only useful if you are rendering the virtualizer in a SSR environment.
131+
The position where the list is scrolled to on render. This is useful if you are rendering the virtualizer in a SSR environment or are conditionally rendering the virtualizer.
132132

133133
### `getItemKey`
134134

0 commit comments

Comments
 (0)