cancel
Showing results for 
Search instead for 
Did you mean: 

Update and bind model on page scrolling

chinna_babu2
Active Participant
0 Kudos

Dear Experts,

Is there any UI5 container or solution that would pull the data from the server after vertical scroll reaches to bottom of the page and updates to the model without change in the page behaviour (moving the cursor to the start of the page).

I need to pull the data and updates grid content on vertical scroll reaches to the end of the page.

I have seen custom jQuery examples request the data and update the list on the page, but wondering if there is any container in UI5 can handle this kind of requests.

Regards,

Murthy

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

Growing List? SAPUI5 Explored

chinna_babu2
Active Participant
0 Kudos

Hi Robin,

I have seen the threshold but I was wondering whether growingthreshold property can be used in sap.ui.layout.Grid as the grid is bind the model.

Regards,

Murthy

Qualiture
Active Contributor
0 Kudos

Well, according to the API a grid does not have a method growingThreshold So no, out of the box there are no other UI5 controls offering a 'pull to refresh' function.

But you can easily create these yourself by extending the current Grid (or any control with aggregation binding)

Answers (0)