VRenderStack
Allows on-demand rendering for list.
Methods
getItemNode | returns HTML element of the item |
render | renders the specified item or the whole component |
showItem | scrolls the component to make the specified item visible |
Events
onAfterRender | occurs immediately after the component has been rendered |
onBeforeRender | occurs immediately before the component has been rendered |
onSyncScroll | fires during scrolling on touch devices |
Properties
datafetch | defines the number of records that will be loaded during each dynamic loading request |
id | the ID of a widget |
loadahead | how the number of records that need to be loaded in addition to mandatory ones during each dynamic loading request |
Other
$dragDestroy | the method is called at the moment when drag-n-drop has ended |
$setSize | sets the component size |
Back to top