Removing column headings from the bottom of the tables

If you are using the Table or DataTables view type...

Select table, list, or DataTables view for displaying items

...you probably want to hide the column headings from the bottom of those tables:

Table with contact form and repeated column headings highlighted at the bottom

Table with column headings "Name," "Email," "Edit Entry," "Delete Entry" duplicated at the bottom

Then, you just need to apply these CSS styles to your theme stylesheet ( How to add custom CSS to your website):

For Table views:

.gv-table-view tfoot{ display:none; }

For DataTables:

.gv-datatables tfoot{ display: none;}

And voilĂ :

Table with entries showing names, emails, options to edit or delete, and pagination controls at the bottom

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us