cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Handling a table scroll event

Former Member
0 Likes
1,648

Hi experts,

I have a table with several columns. In one column there is a small image thumbnail. After the content (JSONModel) has rendered in the table, a javascript is triggered, which searches for the thumbnails and generates on mouseover bigger preview of that image. However, if I scroll down the table, then the preview is not generated and I would like to re-run that script again. Therefore I would like to handle a table scroll event.

How could a listener to the scroll event of a sapui5 table be handeled?

Regards

Stefan

View Entire Topic
Former Member
0 Likes

HI Stefan

Here is an example. But it is not officially supported.

Example

-D

Former Member
0 Likes

Thanks Dennis, excactly what I was looking for!