Add Property on Template Repeater to Make First Row a Header
under review
C
Casey Myers
Add a new Property to the Template Repeater to set the first row of the Repeater to be a 'Header'.
This Header Row would always remain visible when scrolling through data. The concept would be similar to freezing panes, such as the top row of columns, in Microsoft Excel.
Log In
awalker
under review
C
Casey Myers
Hi, Carl- Thank you for the response! The first option that you mentioned, where the first row could be designated as a header, would be great, assuming there is an option to freeze the header as well.
Carl Gould
would you want the first of the templates to be the header, or would you rather just have a separate template that you could specify as a header?
n
nick.minchin@gotosage.com
Carl Gould: imo I would like to use another template. We can already use the same template now already, using the "isHader" method already describes
C
Casey Myers
We use the 'isHeader' technique as well, but we have noticed consistent issues with the columns and header not aligning when the scrollbar is present.
n
nick.minchin@gotosage.com
This would be a great addition!
@mmaynard@usg.com: while this works, it doesn't work with scrollbars to keep the header row visible.
m
mmaynard@usg.com
We build this into the template itself with a boolean flag called isHeader.
If the template has that as true, it shows the header labels and not the fields.