Feature showcase that demonstrates and documents how to implement annotation-driven SAP Fiori Elements UI features for oData V4, using the ABAP RESTful Application Programming Model (RAP).
Apache License 2.0
169
stars
37
forks
source link
#DefaultSort for multiple fields not working for me #13
Based on #DefaultSort it should be possible to sort the list report by default.
Now I want to apply default sort order of my list based on 2 fields of my list e.g. F1 and F2 in ascending order. Even if I write the following UI annotation but the list report is not getting sorted accordingly.
Hello,
Based on #DefaultSort it should be possible to sort the list report by default. Now I want to apply default sort order of my list based on 2 fields of my list e.g. F1 and F2 in ascending order. Even if I write the following UI annotation but the list report is not getting sorted accordingly.
Thanks, Mainak