Hy,
i use two tables as ui-element in webdynpro. The second table is exactly a copy of the first. So the header text and the column-width's (constant values for property width) of both tables are exactly the same.
So in the browser the second table is placed directly under the first, and each column of the second table is places directly under the column of first table.
Now I delete the last column of the second table. After that I expected that the other 4 columns of the second table are directly placed under the first 4 columns of the first table - with exactly the specified column-with. But to my surprise the column-width of the 4 colums of the second table ist different, although I only deleted the last column.
FIRST SITUATION:
table 1
A
-
B
-C-
D----
-E-
table 2
A
-
B
-C-
D----
-E-
SECOND SITUATION:
table 1
A
-
B
-C-
D----
-E-
table 2
-A--
-B-
C
D---
How can I solve the problem, can anybody help me ?