cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapping Column in Table

Former Member
0 Kudos

Hi everyone, i want to ask about how webdynpro show data in tablecolumn. Let i explain my question through picture. By the way, i ask this because i cannot deploy my program (basis people still install that and this etc...) so i just imagine it with my NWDS

Is data displayed like this (focus column B)

1)

A

B

C

...

dsdsds

..

more length for data column B

A

B

C

...

dsdsdsdsfdfdfds sdasdas sdsdas sdsdas

..

Or like this

2)

A

B

C

...

dsdsds

..

more length for data column B

A

B

C

...

dsdsdsd

..

...

sdasdas

..

| .. | sdsdas |... |

I want show my data like picture no 2. Is this possible? How I do this ? Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Satria,

By default when you map a table to a value node the node attributes are added to table as textview. Then you can use wrapping property of the textview and set width of the column.

Former Member
0 Kudos

Hi,

If u r using TextView to display the data in the column, then Set the wrapping property of the TextView as true.

This will display the data in the manner u want

Regards,

Prasy

Former Member
0 Kudos

Hi Satria,

Don't set the width to the tablecolumn so that while displaying the data, it will display full value of the cell in the column. I think this may solve your problem

Warm Regards,

Vijay