cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable scrolling in sap.m.Table in sapui5?

Former Member
0 Kudos

I have implemented sap.m.Table but all the records are not displayed. Also there seems to be no option for scrolling. I went through the api which suggests using growing, growingThreshold, growingScrollToLoad of sap.m.ListBase.

Here growing would enable the table control to load more items, growingThreshold would determine the number of items to be requested from the model for each grow and getGrowingScrollToLoad would enable the user to scroll through the records instead of a 'more' button being displayed to load more data.

However even after using these properties my entire data is still not getting rendered and I can see that more button instead of scroll bar. Below the 'more' button I am able to see a number that determines the entire number of records to be rendered as well and the number of records that have been rendered in the initial view.

Shouldn't scrolling be a default option if the data exceeds a page's limit? I'm very confused. Please help.

Accepted Solutions (0)

Answers (0)