"Sticky" header for Repeating Group

I have a table that I’ve built using two repeating groups. The header, which is the name of the columns, is one repeating group and I use another repeating group for the content. This is a very large table and has 20+ columns, now because of this I’ve had to implement horizontal scrolling. The table looks like this:

As you can see I need to be able to scroll horizontally because there are so many columns that I cannot fit onto the screen. The trouble is I need to be able to see the header when I scroll down.

As you can see in the above, I have no idea what columns that data belongs to. I need to be able to see the header at all times.

Any suggestions?

4 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.