Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Meitar

    (@meitar)

    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

    (@eyeghoti)

    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)

    That’s the only thing that worked for me as well :’/

    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/)
    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

    (@meitar)

    You’re right, it’s not the Theme, it’s the expected behavior of the Responsive plugin. 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.