cancel
Showing results for 
Search instead for 
Did you mean: 

Huge data on SAP UI5 screen

former_member338801
Participant

Hi Experts,

How to show 1000 records on UI5 table using SAP UI5 control? How to handle such situation.

BR,

RK

former_member338801
Participant
0 Kudos

Thanks Mahesh

Do you have any help link or example for the same that you suggested.

BR,

RK

maheshpalavalli
Active Contributor
0 Kudos

You can check existing blogs and answers from SAP community.. below are the standard examples

https://ui5.sap.com/#/entity/sap.ui.table.Table

CDS view + odata

https://blogs.sap.com/2016/04/06/expose-cds-views-as-odata-service/

Accepted Solutions (1)

Accepted Solutions (1)

maheshpalavalli
Active Contributor
0 Kudos

Hi Ram,

I guess you want to show huge data in a table.. then it's better to use SAP.ui.table as it can render huge amount of data with threshold (pagination)..

It's better to implement pagination of the ui.table using top and skip.. it's even better if you create a CDs view and bind it to the entityset in odata service so that pagination will be automatically done by SAP SADL layer..

BR,

Mahesh

Answers (3)

Answers (3)

junwu
Active Contributor

what problem you have.........

junwu
Active Contributor
0 Kudos

1000 is not big deal......

former_member338801
Participant
0 Kudos

Actaully I want to show huge data on SAP UI5 screen. How to split that and show it to user in a chunks not in one shot.

BR,

RK