on 2023 Aug 21 11:58 AM
Hi everyone,
I am working on firoi element annotation, I have requirement for freezing list report column.
Could you kindly help me with this, please?
Thanks,
Ashutosh
Request clarification before answering.
Hey Ashutosh,
I found a solution for your problem. You can add the column freeze option like this:
Add the onInit method in your ListReportExtension controller and enable column freeze option.
onInit: function() {
debugger;
this.byId("YourSmartTableId").getTable().setEnableColumnFreeze(true);
}Found the solution through this post https://community.sap.com/t5/technology-q-a/how-to-remove-freeze-option-in-fiori-list-report/qaq-p/1...
Kind regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.