Skip to main content

Hello all,

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

 

thank you.

Regards

Jess

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.


Hi Andy,

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

Regards

Jess

 


Reply