on 2020 Oct 06 10:40 AM
Hi experts!
My app has a table with two fixed columns on the left, but the problem is that when setting fixed the columns, the size of the rows from the part of the table that is not fixed mismatch its size. It's seems ok in local attempts, but when I try to deploy in the backend and run this version the size mismatch.
I have tried forcing the sapUiSizeCozy mode (because it worked when i changed it from the developer mode in the browser) but it's not working when I force it from the app.
The fixed columns are set like this in the controller:
this.oCurrTable.setProperty("fixedColumnCount",2);
Thanks in advance!
Hello Nieves,
Please, be sure to fix the columns after the table is rendered. You can set the fixed columns in the onDataReceived Method instead of onInit.
Best 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 |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.