cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronize two SAPUI5 ui tables

0 Kudos
874

Has anyone ever tried to synchronize two tables in SAPUI5. Not the data/models of the tables but the controls themselves. So e.g. when I scroll in one table, it automatically scrolls the other one, too, or when I adjust the column width of the one table, the other table's columns get adjusted.

I'm curious for any input!

0 Kudos

Has anyone been able to solve this? I tried Ayaz's and Sergio's solutions and they did not work for me.

View Entire Topic
SergioG_TX
Active Contributor
0 Kudos

with jquery you may use something like this $(document).scrollTop() or $(document).scrollLeft()... just replace the doc... w the scroll bar element and you should be good... a nice google search on scroll position will give you additional details

0 Kudos

Unfortunately your answer doesn't help me at all. I did a lot of research on scrolling in jquery but I am not able to apply it to my specific situation. Since I'm not a very advanced programmer I would be thankful for more assistance.