cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

visibleRowCountMode = auto is not working after sapui5 upgrade from 1.84 to 1.108

appy010
Associate
Associate
0 Likes
2,283

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

boghyon
Product and Topic Expert
Product and Topic Expert
0 Likes

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

appy010
Associate
Associate
0 Likes

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

boghyon
Product and Topic Expert
Product and Topic Expert
0 Likes

appy010 There is really not much information that could help in investigating the issue. Please share a minimal sample.