style: formatting and whitespaces (#7840)

This commit is contained in:
Vasil Chimev
2019-09-19 15:40:31 +03:00
committed by Manol Donev
parent 3b5785146f
commit dfcbe6c319
812 changed files with 4021 additions and 3741 deletions

View File

@@ -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.