Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confiform TableView - Hide headers row

Mar Demolag
Contributor
February 23, 2025

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

Thanks in advance

1 answer

1 accepted

5 votes
Answer accepted
Alex Medved _ConfiForms_
Community Champion
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
Contributor
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