Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 8124

Re: Pagination For m.List

$
0
0

yes and along with that, you need to set growing to true.

 

var oList = new sap.m.List({

                                growing : true,

                                headerText : "Scroll Down to Load",

                                inset : false,

                                footerText : "List Footer",

                                growingThreshold : 5,

                                'delete' : deleteItem,

                                mode : sap.m.ListMode.Delete,

                                growingTriggerText : "",

                                showNoData : false,

                                growingScrollToLoad : true

                });

 

Refer JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.m.ListBase

 

Regards,

Chandra


Viewing all articles
Browse latest Browse all 8124

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>