Skip to content

Commit 23eeaea

Browse files
committed
Limitation note
1 parent 4062901 commit 23eeaea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The `renderers` map is an object containing a component definition for each poss
4444

4545
Also, you need to set the size of the virtual-scroller element and the items elements (for example, with CSS). All items should have the same height to prevent display glitches.
4646

47+
> The browsers have a height limitation on DOM elements, it means that currently the virtual scroller can't display more than ~500k items depending on the browser.
48+
4749
# Example
4850

4951
```html

0 commit comments

Comments
 (0)