Title: Bug: Extra non-functioning table head  row
Last modified: August 22, 2016

---

# Bug: Extra non-functioning table head row

 *  Resolved [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-extra-non-functioning-in-table/)
 * Since the last update, I’ve noticed an additional thead section underneath the
   main table header.
 * See image here: [http://i.imgur.com/VnxFDs1.jpg](http://i.imgur.com/VnxFDs1.jpg)
 * Clicking on a column doesn’t actually do anything eg, sort the column, it’s just
   a dead row, however if I do sort the column from the normal thead, the sorting
   arrows in this 2nd header do match. Weird.
 * I also notice that the 2nd erroneous thead section in question is also _inside_
   the dataTables_scrollBody div, where the main thead is in dataTables_scrollHead
   div, which I assume is correct.
 * Also, not sure if related, but looking at the source of the table, I see closing
   </td> tags after the opening <th> tag, so:
 * <th class=”col-1 odd”><div>Lead Submitted</div>**</td>**<th class=”col-2 even”
   ><div>First Name</div>**</td>**
 * Anyhow, I can hide this 2nd thead with CSS, but just wanted to give you a heads
   up incase it’s a bug in this version. I’ve only seen this since the last update,
   the previous version worked fine for me.
 * [https://wordpress.org/plugins/inline-google-spreadsheet-viewer/](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-extra-non-functioning-in-table/#post-5215254)
 * Thanks for letting me know. What’s the URL of your spreadsheet? None of the spreadsheets
   I test with have experienced this issue.
 *  Thread Starter [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-extra-non-functioning-in-table/#post-5215285)
 * It’s behind a live member area so not viewable without credentials, HOWEVER, 
   I found that the 2nd thead section was the one that displays during the ‘print’
   view.
 * It may be due to custom CSS I added (although I couldn’t find it), but I’ve now
   fixed my instance by adding some CSS to hide it normally and display it when 
   in Print view:
 *     ```
       #mytable .dataTables_scrollBody .dataTables_sizing div {
       display: none;
       }
   
       .DTTT_Print #mytable .dataTables_scrollBody .dataTables_sizing div {
       display: inline-block;
       }
       ```
   
 * This worked for me. It may have been my responsive table code which display: 
   block ‘d something but it’s all good now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug: Extra non-functioning table head row’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-google-spreadsheet-viewer.
   svg)
 * [Inline Google Spreadsheet Viewer](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-google-spreadsheet-viewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-google-spreadsheet-viewer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Phil](https://wordpress.org/support/users/owendevelopment/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/bug-extra-non-functioning-in-table/#post-5215285)
 * Status: resolved