Skip to main content
Solved

Header above columns on a property card

  • April 23, 2024
  • 2 replies
  • 61 views

Hello all,

Is it possible to add a header above a column on the property card? For example:

 

thank you.

Regards

Jess

Best answer by Andy Johnston

Hey @JessO - There’s no way that I know of doing this at the field level, but there is some ability to configure HTML at the Layout header level.

So it would allow you to put the table into the top row of a section and manage it via HTML.  (You might be able to do it dynamically, but I’ve only done it static here.

e.g.  I’ve added Column headers to this Summary section:

The Summary header text including the HTML is:

Summary<br><table><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr></thead><tbody></tbody> </table>

 

The resulting output is the headers above the columns.

Summary section with table header

 

Hope this helps, or at least gives you some ideas.

This topic has been closed for replies.

2 replies

Andy Johnston
Gold Active Participant
Forum|alt.badge.img+1
  • Gold Active Participant
  • Answer
  • April 23, 2024

Hey @JessO - There’s no way that I know of doing this at the field level, but there is some ability to configure HTML at the Layout header level.

So it would allow you to put the table into the top row of a section and manage it via HTML.  (You might be able to do it dynamically, but I’ve only done it static here.

e.g.  I’ve added Column headers to this Summary section:

The Summary header text including the HTML is:

Summary<br><table><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr></thead><tbody></tbody> </table>

 

The resulting output is the headers above the columns.

Summary section with table header

 

Hope this helps, or at least gives you some ideas.


  • Author
  • April 24, 2024

Hi Andy,

This is great. This does help a lot! Thank you so much for sharing.

Regards

Jess