Open didierbueno opened 7 years ago
Hi @didierbueno ,
Thank you for reporting this issue.
I believe that the problem is in the model itself - you can set the size by the "setSizeLimit" property (you can check it here: https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.ui.model.Model.html#setSizeLimit
The default limit is set to 100 as described here: https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.ui.model.html
If this does not solve you problem - feel free to reopen the issue.
Best Regards,
Hristo
Hello @hristop
Is not a model problem, my EntitySet is huge and I can't set model sizeLimit property to 10000 (is the same model for all my entities). We just need to add the paging feature to the ViewSettingsDialog items lists (growing and growingThreshold). We are using SAPUI5 and Netweaver Gateway for oData. Best regards, Didier
Hi @didierbueno ,
In this case we have opened internal incident: 1780068253.
Best Regards,
Hristo
@didierbueno We're facing the same issue. As a workaround for now we simply bind the items with length=items="{path: '/EntitySet', length: 1000}
. Not perfect but at least we get all entities.
Yes, but unfortunatly this lenght parameter is nowhere docuemented, cf. https://github.com/SAP/openui5/issues/1607
IMO it is at ManagedObject
(https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.ui.base.ManagedObject.html#bindAggregation).
Only sort of, since it is not clear if you can use all these parameter with all models and all aggregations IN BINDINGS eg in XML Views. It's neither mentioned in https://sapui5.hana.ondemand.com/#docs/guide/91f057786f4d1014b6dd926db0e91070.html nor in https://sapui5.hana.ondemand.com/#docs/guide/6c47b2b39db9404582994070ec3d57a2.html
You're right. I'm kinda used to the trial & error approach when working with UI5. An improvement of the docs would be good.
@jonaszuberbuehler Thanks. As you said, is a workaround, but is not a final solution for our problem. We have more than 10000 rows and I don't want to sacrifice performance.
Hi, the incident have been solved. See SAP Note here: https://launchpad.support.sap.com/#/notes/2514509
Hi @didierbueno , with which OpenUI5 version is this solved in which way? The note you linked only lists changes in some apps... Thanks, DerGuteWolf
I haven't found the solution on OpenUI5 Change Log, as you said it seems to be solved on specific apps, so I'm reopening the incident.
Has anyone managed to solve this problem?
Hello,
Any update on this? Any solution?
Thanks and regards!
Any proper solution to this? We are also facing the same problem: Having a list of 5.000 filter items which is freezing the UI on slower machines for 10 seconds at least.
Any solution for this issue? I have more than 10000 items in the filter. Open and closing the dialog freezes the UI and even the browser gets stuck.
OpenUI5 version: 1.42.8
Browser/version (+device/version): Any
Steps to reproduce the problem:
What is the expected result? Need to show more than 100 results (like in Facet Filters)