cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Web Dynpro Table

Former Member
0 Kudos

Hi All,

In my requirement i have a table which as 10 Input Fields. When i say get data this table fills with values. My question is when table is filled with values

table width increases and it disturbs my layout design. How to control this table width?

Example i have a description field, these field width changes. If description is long my table width also increases can this controlled. Please Explain?

Thanks,

Sandy.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member210621
Participant
0 Kudos

Hi,

You can use Scroll Container to achieve this. Place Scroll container and place your table control in it.

So when the table is being filled, it only use the width set to the scroll container.

Or you can use the Width property of the table.

Set the width of the table and enable fixed layout property of the table, so that the table width can not be changed after filling the data into the table.

And when the statement

          context_node->bind_table( lt_node ).

executed, the table is filled with the values.

chengalarayulu
Active Contributor
0 Kudos

Hi Sandy,

Hope you are displaying table data in TextViews only. Enable the Wrapping for those textViews and maintain width of those and Table also fixed.

Sharathmg
Active Contributor
0 Kudos

Hello,

Set the table property of fixedTableLayout as true. Also, you can use the description column - textView property of wrapping as true.

This should ensure that table is fixed and not expanding.

Regards,

Sharath