cancel
Showing results for 
Search instead for 
Did you mean: 

Ui5 Table Scroll event handler

cmuriyadan
Explorer
0 Kudos

Hi,

I need to perform an action when a sap.ui.table is scrolled. Is there any way to do this?

Regards,

Charles

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor

you can do something like this

http://jsbin.com/nipixor/edit?html,js,output

cmuriyadan
Explorer
0 Kudos

That is an amazing idea!!! Thanks a lot Denis!

mrbass
Participant
0 Kudos

You're a life saver Dennis

Answers (1)

Answers (1)

former_member182862
Active Contributor

HI Charles.

Can you elaborate on what action you wish to perform?

Or is it sufficient to fire an event (from the table control) and you attach to this event is sufficed.

Thanks

Dennis

cmuriyadan
Explorer
0 Kudos

If is sufficient if I can attach my function to the scroll event on the table

cmuriyadan
Explorer
0 Kudos

It is sufficient if I can attach my function to the scroll event on the table