• Resolved raulandash

    (@raulandash)


    Although we have been using Tablepress for a while, we’re doing some testing with version 2.0.4, prior to uploading our winter season fixtures. We have just found that, both on mobile & PC, an extra blank row is appearing underneath the header row, which we have never encountered before, and that doesn’t appear elsewhere on the site (originally published via older versions). The above link is to the test page, which will only be live for a short period of time. This is an image of the issue: https://imgur.com/kpsvmCG
    We haven’t changed the CSS. Any way to remove the unnecessary row?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    On your site, this is caused by the “Advanced Admin Search” plugin which adds CSS code that also affects tables, in a rather aggressive way. To overwrite that for TablePress tables, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_scrollBody th {
        padding: 0 !important;
    }

    Regards,
    Tobias

    Thread Starter raulandash

    (@raulandash)

    Perfect! Thank-you very much!

    R.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Extra row appears in Table Header’ is closed to new replies.