MobileCRM.UI.ListDataSource.chunkReady - Resconet/JSBridge GitHub Wiki
This method has to be called from within the "loadNextChunk" routine when it loads chunk (array) of DynamicEntities.
Data source enumeration ends when the chunkReady method is called with empty array (no more records are available).
Argument | Type | Description |
---|---|---|
entities | Array[MobileCRM.DynamicEntity] | A chunk (array) of DynamicEntities that has to be passed back to the native code to fill in to the list view. |