on 2024 Dec 18 1:54 PM
Hello SAP Community,
I'm currently working on an MDK (Mobile Development Kit) application and facing an issue with redrawing a sectioned table on an Android device. The code snippet I'm using is as follows:
let container2 = context.getPageProxy().getControl('SectionedTable0');
container2.redraw();This code works perfectly on other platforms, but it doesn't seem to have any effect on my Android device. I've checked for errors in the console and ensured that all necessary permissions are set. Despite this, the section does not redraw as expected.
Here are some additional details:
Steps I've taken so far:
Has anyone else encountered a similar issue or have any suggestions on how to resolve this? Any help would be greatly appreciated!
Thank you in advance!
Request clarification before answering.
Delete this one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am unable to reproduce this issue. I created a section page with a key value section and object table and when I trigger my redraw by pressing the toolbar button it redraws and updates as expected. Can you provide more context around the page you are trying to redraw and expectations?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.