cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling in HTML template

Former Member
0 Kudos

Hi,

I am developing an ITS application. Here I am having the teplate on which I select some options, then I am selectiong data using RFC & displaying the table on the next template.

Now, I want, in the detail table, the heading should not be scrollable. Only the data should scroll down, as I scroll the page.

In the table I'm having the fields, "Contact", "Contract type" etc.

This heading should not be scrollable.

Also, If I scroll horizontally, the field "Contract" should not scroll. But the remaining fields should scroll.

Can any one suggest anything regarding this ?

Thanks in advance.

- Hemant.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185704
Contributor
0 Kudos

Hi,

Do you use the SAP template library or do you code your own HTML? (If it's your own HTML: Create different containers for fixed header + fixed column + scrollable body.

Set CSS property "overflow" to auto in the container of the scrollable body and restrict height and width of container.)

To make your question easier to understand: Please post a snippet of your template's source code where you create the table.

Best regards,

Henning