cancel
Showing results for 
Search instead for 
Did you mean: 

table column order changes in output screen

Former Member
0 Kudos

Hi All,

I am having three tabs and each tab has a table.

Each table is bound to the same node. Only the select query changes.

1. When i run the program, in my first tab the 3rd column in table is coming as the last column in output screen but it is proper in layout.

2. Even if i change the order of columns in layout it is only changing in the layout and not in the output.

Note that both these are happening only in my first tabs table (intitial screen) and not in the tables of other two tabs.

Please help. Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

k

saket_abhyankar
Active Participant
0 Kudos

Hi Mohamed,

Try following thing in the tab where you are not getting proper layout in table:

1) Copy any column from table by right clicking on it (colmn)

2) Paste copied column in the same table

3) Repeat above steps for all columns which are not getting arranged properly

4) Rename them as per requirement

5) Arrange them as per your requiremnt by moving up or down

6) Manually map them with desired attributes

7) Delete the columns which are not required

I think this will solve ur problem

Regards,

Saket.

Edited by: Saket Abhyankar on Dec 17, 2009 2:16 PM

Former Member
0 Kudos

It depends on the node....is the same nnode being tied to all the tables..

have you set any column settings(order) explicitly through codeing for 1st tbale in 1st tab..

Former Member
0 Kudos

Yes i am binding the same node at all three places and am not changing the column settings in code.

Is there any property that is set? I am comparing both the tables in layout and am not able to find any change in property level as far as i know

Former Member
0 Kudos

Are you displaying all the columns in all the tables of the 3 tabs...

check in the TABLE eelments for each column wher the columns are st to visible or not...

One more thing, is the scrolcolcount set for each table..for horizontal scrolling..