cancel
Showing results for 
Search instead for 
Did you mean: 

Include column

Former Member
0 Kudos

Hi Friends,

I have a table that is bind to a model node. I want to add a column for Si. No. Needless to say, it should be added as the first column. Is it possible? The column gets added at the last and i am unable to move the column up.

Thanks in advance.

Nathan.

Accepted Solutions (1)

Accepted Solutions (1)

former_member751941
Active Contributor
0 Kudos

Hi Nathan,

Follow the steps.

1> Select the table from the out line.

2> Right Click on it. Select <b>Insert GroupedColumn</b>

3> A wizard will appear. Select Type <b>Table Column </b>

4> Right Click on TableColumn [TableColumn-GroupedColumn]</b>

i> Insert Header.

ii> Insert TableCellEditor. A wizard will appear.Select Type <b> TextView </b>.Take a Value Attribute under the Node and bind it with text property of the “TextView”.

5> Select TableColumn [TableColumn-GroupedColumn]</b> and Move Up.

Regards,

Mithu

Former Member
0 Kudos

Thanks Guys. Will try and let you know.

Nathan.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nathan,

I too faced the same situation earlier..

1) <b>Cut</b> all the Columns above your new column

2)<b>Paste</b> them next to your new column

it will paste all the old columns under your new column.

Regards

Chaitanya.A