Skip to main content
Combs_Jess
July 25, 2022
Question

Interactive Table: Sticky Column & Sticky Row

  • July 25, 2022
  • 13 replies
  • 9920 views

Hi there!

I am trying to create a table that has a sticky row and sticky column. Does anyone know how to do this? I’d like for the whole thing to scroll together. I’ve seen a few people post about this but no answers yet.

Let me know if anyone has figured this out!

This topic has been closed for replies.

13 replies

Michal_Nadstawny
June 30, 2023

Use Scroll behaviour in Prototype settings. Set position to sticky and Overflow to no scrolling. That should help.

August 2, 2024

I am trying to do exactly the same, but only one of the headers will stay fixed, either the one for the fixed column or the scrolling columns but not both. Prototyping tools are terrible with tables.

August 6, 2024

@Mechlawi_Souheil I haven’t had the chance to try Tank666’s method because I had already implemented my own workaround before receiving any feedback. Seems like it has worked for others on this thread though!

My solution involved the creation of two frames: one for vertical scrolling and another for horizontal scrolling, with the right column remaining fixed. In the prototype, you need to click the table to switch between vertical and horizontal scrolling. It’s a bit of a makeshift solution and not flawless, but it’s been explained to my stakeholders and it serves its purpose. It effectively communicates the concept. After all, it’s just a prototype, but I don’t want my engineers to mistake this for a feature 😅

Just a heads up, this might be the same solution proposed by Tank666. I didn’t get a chance to read it because I had already come up with my own workaround before I got the response.