Sticky header on sheet

Does anybody know how to make a sticky header on top of a sheet?

what do you mean by Sheet , do you want to make you table header Sticky, so that when you scroll it stay ?

1 Like

I don’t think it’s possible to have a floating element on a sheet, all you can do is make sure the sheet does not cover the whole screen, and when the sheet it open hide everything on the screen behind it except for the information wanted on the header.

1 Like

yes like a floating group but on a sheet element

Currently there are two ways of having a Sheer,

  • Manual Repeatign Group Element
  • Table element

with table element, we cant do tht , but with Repeating group we can do it, just need to be little creative.

what i suggest is, Have a parent group as colum and inside it, have a Group with a Repeating group.

make the parent group fixed hight , and make the header group hight 20% of parent group and make the Repeating group take all available hight but be scroalalbe .

this way once you scroll Repeating group your headr is intact.

see if this help you, or if you are stuk ping me i would love to walk you through it