on 2024 Apr 25 8:42 AM
Hello All Members
I have created an application using Fiori elements on SAP CAP BTP list report page template , In object page I have an item table which can be sorted I have put the annotations to sort a field by default which is working but if I try to sort other columns using sort the table crashes and the application goes irregular below is some of the code snippet
If someone know where I am going please help in correcting that
The code might not be properly copy pasted but there is no error in code please let me know for any solution on this
In Manifest.json file
Annotation.cds file
In my case, the problem was caused by not having Fiori Launchpad in the client BTP instance. The app is launched on the APP Router as standalone app. It was fixed by placing the following line in index.html of each FE app.
data-sap-ui-flexibility-services='[{“connector”: “LocalStorageConnector”}]''.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
7 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.