cancel
Showing results for 
Search instead for 
Did you mean: 

Scrollable Table

Former Member
0 Kudos

Hi there

With recent SP upgrades applied to our BI system, we now have the option to include scrollbars on the analysis item. This is a great feature, as it allows easier scrolling while freezing the headings in place. However, the scroll action is still a roundtrip event, so is quite slow.

Is there not an option to have this scrolling client-side, so that it is instant, instead of having to wait for a page refresh each time?

Cheers,

Andrew

Accepted Solutions (0)

Answers (1)

Answers (1)

mike_howles4
Active Contributor
0 Kudos

I've tried this with Javascript with mixed results. I've gotten items such as Navigation bar to play nice by resizing the browser height then setting overflow to auto in the style properties.

I want the same thing with Analysis Item so I wrapped the item in a div with overflow to auto also to try to make it scrollable and it works except the drag-drop widgets do not scroll with it since they are absolutely positioned and do not scroll with the web item. This problem is annoying and causing a lot of ugly javascript to be written.

Maybe someone has a better way (that is SAP delivered), I'd love to hear it.