cancel
Showing results for 
Search instead for 
Did you mean: 

merge TableColumns

nikhil_bose
Active Contributor
0 Kudos

How can 2 TableColumns be merged ? For every alternative rows, the TableColumn are merged and the other rows, shows individual values.

for e.g. in the first row, say title will be displayed and in the second row, details will be filled in corresponding columns.

Note: this is not regarding GroupedTableColumn

- nikhiL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Table columns cannot be merged. Maybe you can use table pop-ins to solve your use case?

Armin

nikhil_bose
Active Contributor
0 Kudos

how can I change height of popin ?

nikhiL

Former Member
0 Kudos

Hi,

Did you set the height of the container ?

Which comes below the popin.(by default)

Regards

Ayyapparaj

nikhil_bose
Active Contributor
0 Kudos

yea. I tried that one, but doesn't make any difference.

is any way to change size of popin content ?

nikhiL

Former Member
0 Kudos

Did you try setting a fixed height e.g. 400px for the container inside the pop-in?

Armin

nikhil_bose
Active Contributor
0 Kudos

yeah. actually the popin content needs to be restricted less height as possible. So far tried values are less than 100px (for popin content) and it shows any difference.

how can pop-in be set to least size ?

~nikhiL

nikhil_bose
Active Contributor
0 Kudos

Armin,

is it possible to display PopIns alone in the table and make the row invisible ?

please give some suggestions on how to get following layout in table

blank| unit | corp | out (header)

==============

ID | description // this should cover up all 3 columns

blank| 2 PCS | $24 | $30

blank| Total | $48 | $60

// this is supposed to be in single row.

regards,

~ nikhiL

Former Member
0 Kudos

Maybe you could make the cell editors invisible for such rows but probably there remains some visual clutter.

A RowRepeater could be an alternative.

Armin

nikhil_bose
Active Contributor
0 Kudos

Which version supports IWDRowRepeater ?

How can I implement RowRepeater ?

Please give some idea about RowRepeater

~ nikhiL

Edited by: Nikhil Bos on Apr 11, 2008 12:09 PM

Former Member
0 Kudos

Hi,

CE -> RowRepeater

Regards

Ayyapparaj

nikhil_bose
Active Contributor
0 Kudos

would you tell more clearly

CE : CellEditor, there is no UI Element like RowRepeater. Also I tried IWDRowRepeater class, that too is not there. How can I get RowRepeater in my NWDS ?

nikhiL

Former Member
0 Kudos

Hi,

CE -> Composition Environment

I think your version doesnt support row repeaters

Regard

Ayyapparaj

nikhil_bose
Active Contributor
0 Kudos

is there any alternative to do the same say using Abstract classes? if yes, please give some idea or send source code

thanks in advance

nikhiL

Former Member
0 Kudos

This question makes no sense to me.

Armin

nikhil_bose
Active Contributor
0 Kudos

hello armin,

I mean, whether I can go for rendering a container to a table column. I put that question because in TableColumn-> CellVariant, there are only editors listed.

For my requirement as I mentioned in previous post, I am trying to create containers with fixed layout for each node element. I think it is not a bad idea since the product focuses on end users.

expecting your suggestions and advice

best regards,

nikhiL

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos