cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the colums of a table control scrollable?

Former Member
0 Kudos

Hi Guys,

I have one table control in my webdynpro component. Datais are filling to the table dynamically . Fields also may vary depending on the requirement.if some 20 or 30 fields are filling into my table in the run time, then i need to scroll the fields. Each field should be scrollable. Using which property of the table i can achieve this.??

Can u people help me in this.

Thanks

Subin

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

use the property scrollableColCount of the Table Control

Set it to one if you want to scroll one by one.

Abhi

Former Member
0 Kudos

Hi

Thanks for ur reply. Actually i am using this table control for search help. the same table control is using for the all search helps. if some 20 fields are there in th search result all the fields it is showing in my table control. eg. one costcentre field is there in my resultin table control. But it s showing only 'costcen' instead of 'costcentre.' It is not showin the resulting costcentre value also fully. for this i need to scroll the particular field alone for seeing the full value. This is my requirement.

If i am giving scrllable col count as 1 it is showing only one field. this is not wt i ws expecting.

Please try to give me a solution.

Thanks

Subin