cancel
Showing results for 
Search instead for 
Did you mean: 

scroll container UI element

Former Member
0 Kudos

Hi Experts ,

I am using scroll container UI element. I am embedding table UI element inside it. . When I scroll down header row of the table also goes . Is there any way to avoide it?

Thanks in advance ,

Dhanashree

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The Table UI element provides a footer for navigating by line, by page and to the begin/end.

If you don't like this kind of navigation, you can set the "visibleRowCount" property to -1 and put the table inside a ScrollContainer.

But then, as you observed, the header will scroll also. As a workaround, you could put a second table without any rows and with the same header above the scroll container and omit the header of the table inside the scroll container.

Armin

former_member182372
Active Contributor
0 Kudos

Hello Dhanashree,

AFAIK, it is not possible because header is part of table.

Best regards, Maksim Rashchynski.