Is there a way to hide the headers row on a confiform tableview?
Thanks in advance
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.