Confiform TableView - Hide headers row

Mar Demolag February 23, 2025

Is there a way to hide the headers row on a confiform tableview?

Thanks in advance

1 answer

1 accepted

2 votes
Answer accepted
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 23, 2025

Hi @Mar Demolag 

Not with the ConfiForms macros, but setting the CSS styling from outside, for example (HTML or Stylesheets macro)

Something like

<style>
table.cf_form_table > thead {
 display:none;
}
</style>

Assuming the form name is "form". Change it to match your form name cf_form_table

Alex

Mar Demolag February 23, 2025

Thanks alot!
Thats exactly what I was looking for.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events