cancel
Showing results for 
Search instead for 
Did you mean: 

VisibleRowCount for sap.m.Table

tezk
Participant
0 Kudos

Hi,

I have a sap.m.Table placed in Fiori Dynamic page. Let us say, the table has around 100 columns. So, vertical scrollbar appears and horizontal scrollbar will also be displayed at the far bottom. But I want to show horizontal scrollbar also at fixed position at the time of app load without scrolling much(vertical). So, I thought of limiting the initial visible rows. Is there any property for sap.m.Table similar to what we have for sap.ui.table.(visibleRowCount). or is there any other way we can achieve it?

Thanks,

Teja

Accepted Solutions (1)

Accepted Solutions (1)

rohit_singhal
Active Contributor

Hi Teza,

Set Growing property as true. Also set a value to GrowingThreshold Property for the number of rows you want to make visible at a time.

Do let me know in case you face any issues.

Best Regards,

Rohit

tezk
Participant
0 Kudos

Hi Rohit,

Thank you. That helped. Previosuly, I was trying only with GrowingThreshold. Is there any way we can hide "More" text and enable growingScrollToLoad:true. (But I want horizontal scrollbar to be fixed and visible)

Thanks,

Teja

rohit_singhal
Active Contributor
0 Kudos

Hi Teza,

You could try adding the table control in a fixed height container and see if the behavior is meeting your requirement.

Best Regards,

Rohit

Answers (0)