mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(virtual-scroll): fix property name (#16952)
This commit is contained in:

committed by
Manu MA

parent
005f4135ac
commit
d22e57db72
@ -9,8 +9,8 @@ instead a small subset of records (enough to fill the viewport) are rendered
|
||||
and reused as the user scrolls.
|
||||
|
||||
### The Basics
|
||||
The array of records should be passed to the `item` property on the `ion-virtual-scroll` element.
|
||||
The data given to the `item` property must be an array. An item
|
||||
The array of records should be passed to the `items` property on the `ion-virtual-scroll` element.
|
||||
The data given to the `items` property must be an array. An item
|
||||
template with the `*virtualItem` property is required in the `ion-virtual-scroll`.
|
||||
The `*virtualItem` property can be added to any element.
|
||||
|
||||
|
Reference in New Issue
Block a user