hi Experts,
I have upgraded my sapui5 application and since then we are facing issue while scrolling the table to the bottom.
When i asked chatgpt,
i got this answer which is true,
the issue you are experiencing is quite common and there ar...
I have a issue after upgrading sap ui5 upgrade from 1.84 to 1.108
xmlns:t="sap.ui.table"
visibleRowCountMode="Auto"
it used to fetch all the rows on the UI automatically.
After upgrade the scrolling is stuck at the bottom. it is not automat...
Scrolling-dbg.js:2011 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952In my users ...
hi I implemented sap.m.table under scrollcontainer and growing feature was working but it has the disadvantage over sap.ui.table that the cell level filtering and sorting is not given .if you want to achive then there is lots of manipulation..ahh i a...
hi @boghyon.hoffmann,i found similar issue reported here and they proposed using sap.m.table but i have more than 6000 rows to be fetched from odata. can you interpret his solution to me.https://github.com/SAP/openui5/issues/321