mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:
committed by
Manol Donev
parent
3b5785146f
commit
dfcbe6c319
@@ -9,8 +9,8 @@ previous_url: /ApiReference/data/virtual-array/HOW-TO
|
||||
{%snippet virtual-array-require%}
|
||||
|
||||
### Handle "itemsLoading" event to load items on demand using load() method.
|
||||
Use "length" property set via VirtualArray constructor to specify total number of items,
|
||||
"loadSize" to specify number of items to be requested in a single request,
|
||||
Use "length" property set via VirtualArray constructor to specify total number of items,
|
||||
"loadSize" to specify number of items to be requested in a single request,
|
||||
"itemsLoading" event to handle items request and "load()" method to copy items into the array.
|
||||
All already loaded items are cached in -memory and when "getItem()" method is called
|
||||
the array will raise "itemsLoading" event for still not loaded items.
|
||||
|
||||
Reference in New Issue
Block a user