Title: Last column doesn&#8217;t display
Last modified: September 17, 2016

---

# Last column doesn’t display

 *  Resolved [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/)
 * I am using the following shortcode to embed a spreadsheet, but no matter how 
   many columns I chose to display, I always get one less (and the small green cross
   to show the next cell in any given row).
 * [gdoc query=”select A, B, C, D, E, F, G, H, I, J” key=”[https://docs.google.com/spreadsheets/d/1_DVJXww8yy3P0-gKYnvzl8lTJ6y9dJP4DH7EKlYxk8E/edit?usp=sharing”%5D](https://docs.google.com/spreadsheets/d/1_DVJXww8yy3P0-gKYnvzl8lTJ6y9dJP4DH7EKlYxk8E/edit?usp=sharing”%5D)
 * “select A, B, C, D” will display 3 columns, not 4.
    “select C, D, E, F, G, H,
   I” will display 6 columns, not 7.
 * Any advice would be gratefully received.

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

 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8194140)
 * Sounds like an issue with your theme. Double check that your theme’s CSS isn’t
   causing this clipping. 🙂 There’s nothing in this plugin that cuts off the last
   column.
 *  Thread Starter [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8194751)
 * Thanks for the help.
    Unfortunately checking the CSS is way beyond me. After 
   reading through your support forum for something else, and some random “lets 
   try this and see what happens” I found that adding `class="no-responsive"` to
   the shortcode meant all the columns selected were displayed and the green plus
   disappeared. If it’s any use for you to know in case the problem ever occurs 
   again, the theme is Picolight.
 *  Anonymous User 15031955
 * (@anonymized-15031955)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8278378)
 * That’s the only thing that worked for me as well :’/
 *  [willumc](https://wordpress.org/support/users/willumc/)
 * (@willumc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8673097)
 * This isn’t an issue from the template.
    It’s an issue somewhere in the code.
 * On you own website, the same thing happens
    (see this page: [https://maymay.net/blog/projects/inline-google-spreadsheet-viewer/comment-page-2/](https://maymay.net/blog/projects/inline-google-spreadsheet-viewer/comment-page-2/))
   The Games column is hidden also.
 * When you look at the output, on the last column the code ‘style=”display: none;”
   is added.
    This isn’t added by CSS but by the generating output code. Please 
   look into this, while this plugin is excellent, except for this small issue.
 * (Quick fix: if you add a sort on the last column, then the column is displayed
   correctly, but sorting happens on this column, which might be unwanted)
 *  Plugin Author [Meitar](https://wordpress.org/support/users/meitar/)
 * (@meitar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8677126)
 * You’re right, it’s not the Theme, it’s [the expected behavior of the Responsive plugin](https://datatables.net/extensions/responsive/examples/column-control/auto.html).
   It isn’t this plugin’s code, it’s the DataTables’s Responsive extension.

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

The topic ‘Last column doesn’t display’ 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/)

 * 5 replies
 * 4 participants
 * Last reply from: [Meitar](https://wordpress.org/support/users/meitar/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/last-column-doesnt-display/#post-8677126)
 * Status: resolved