Hello Everyone,
We are using sap.m.Tree control to show content in a hierarchical format. Problem we are facing is, it displays every array inside json object as a node.
From below screenshot, whole is a json object and for all the array objects...
Hello Everyone,
We have a sap.m.Tree control to display hierarchical data. Our ODaata services are now updated to V4. So, SAPUI5 models are also updated to OData V4 (sap.ui.model.odata.v4.ODataModel).
Since read, create, update and delete are no...
Hello Everyone,
We are seeing an issue in customer system, where UI5 application files are not loading from browser cache (disk cache) on refreshing browser.
The same code works fine in our local system (from where we shipped code base). On initi...
Hi Everyone,
Regarding performance wise which Table Control is better to use in SAPUI5 applications.
Either "sap.m.Table" or "sap.ui.table.Table" ?
Can someone please suggest ?
Thanks,
Srinath
Hi,Documentation tells that onExit() calls by framework when view is destroyed. Does any one know whether Controller's onExit() will be called either on page "refresh" OR closing browser tab.?Thanks,Srinath
Thank you Sharath.
Currently we are using sap.m.Table in our product. When updating the Table, since it has to update the values for each cell it takes time to render on the UI. So, thought of using sap.ui.table.Table to check if we can gain some t...
Thank you Dennis!
Can you please give a short description on how the performance can be improved in sap.ui.table.Table
Will there be any difference the way it binds data (client/server) ?
Thanks,
Srinath