cancel
Showing results for 
Search instead for 
Did you mean: 

Table Scroll Bar

Former Member
0 Kudos

Hi all,

I would like to disabilitate the scroll bar at the end of my table in a Web dynpro, is it possible? is there an attribute to set in order to do this?

thanks

GN

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

To enable scrollbar in Table UI, go to application properties, choose Parameters tab

You have a parameter WDTABLENAVIGATION set the value to SCROLLBAR to enable scrollbar.

To disable Table UI Scrollbar, set WDTABLENAVIGATION parameter value to PAGINATION.

Regards,

Bala Baskaran.S

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If the number of entries remains static, increase the visibleRowCount in table properties to diable to vertical scrollbar.

Former Member
0 Kudos

Hi,

TABLE properties is there any value for scrollableColCount being set and also the layout property.

Refer WDR_TEST_TABLE component

Regards,

Lekha.