Skip to Content
0
Dec 07, 2022 at 02:26 PM

Scroll in UI.table and UI.SmartTable

158 Views

Hi colleagues,

Would you mind to tell me the methods of UI.table and UI.SmartTable to work with scroll? I faced the problem to stay right on the new added row to smarttable. Every time I add a new row, The page refreshes(also rebind.table called) and it scrolls to top. The challenge, though, is that when a new row adding, the new row'ui element won't show, although row's data have been adeed to the model but I can't pick elements'coordinate up on page since there's no ui still. Many faq comments on forum leads to use cookie and session storage on UI but I would like to use smt from UI5 library(function, method?) to implement my task. Kindly ask you to pay attention on my problem.