cancel
Showing results for 
Search instead for 
Did you mean: 

WebDnpro Table + Scroll

Former Member
0 Kudos

Hi, I am facing a problem . I have a table which has twenty columns. I want to give it a horizontal scroll starting from second column and i want to do this in the NetWeaver Developer Studio. Please tell me how do i synchronize the scrolling in the table.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Let me suggest the following:

1. Using MatrixLayout place (a) table with fixed columns and (b) transparent container with second table on a view.

2. Adjust container height, backgrounds and margins to make illusion of single table

2. Bind FirstVisibleRow property of both tables to the same context attribute (type integer).

Thoughts?

VS

Former Member
0 Kudos

Hi Valery,

Nice idea. How about the pagination?

Regards,

Santhosh.C

Former Member
0 Kudos

Hi,

Pagination should work in sync as far as you have synchronized FirstVisibleRow and has same row count for both tables. The problem is that selection check-boxes for second (scrollable) table look... ummm... ugly

VS

Former Member
0 Kudos

Hi,

I didnot check the requirement properly As Anil said it is not possible to get the scroll from second column even if u do what I have mentioned.

Regards,

Sowjanya.

Former Member
0 Kudos

But you can't give horizontal scroll starting from second column

Regards, VIP

Former Member
0 Kudos

Hi Rashmi,

Create a table Inside the scroll container and set the properties of the scroll container.

Set the scrollingMode property to Auto and set the width and height properties of scroll container corresponding to your requirement.Hope this solves ur problem.

Regards,

Sowjanya.