cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable vertical scrolling in sap.ui.table if showOverlay Property of table is set to true

Former Member
0 Kudos

Initially the table conatins some rows of data and has vertical scroll but showOverlay property is set to true so the scroll is shown but we cannot scroll down.So is there a way by which we can enable the scrolling if showOverlay property of table is true?

Former Member
0 Kudos

Initially the table conatins some rows of data and has vertical scroll but showOverlay property is set to true so the scroll is shown but we cannot scroll down.So is there a way by which we can enable the scrolling if showoverlay is true

Accepted Solutions (0)

Answers (2)

Answers (2)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Tag "SAP Business One SDK" was removed.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

Former Member
0 Kudos

I got the solution for it. It can be done through some CSS workaround

.sapUiTableVSb{ z-index: 999 !important; }