on ‎2023 Oct 16 11:32 AM
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 automatically loading the odata after certain rows.
can you help?
Request clarification before answering.
By "scrolling is stuck", I assume you mean you cannot scroll all the way down to the bottom? In this case, ensure that the rows use only the allowed controls mentioned in https://experience.sap.com/fiori-design-web/grid-table/#Table%28ALV%29-CellContent
See also https://ui5.sap.com/#/topic/148892ff9aea4a18b912829791e38f3e
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 am stuck now, i wanted sap.ui.table to work with visisblerowcountmode=auto
https://github.com/SAP/openui5/issues/321
i used the solution mentioned by team and now i am stuck again because m table does not have many capability
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.