• Resolved winstart

    (@winstart)


    i have a table where we only want to show one line with the search result. On my safari it works great, but when I use chrome (or firefox or…) and do a refresh the total table shows up for a short while and then goes to the one row setting.
    How can we prevent this showing of the total table on certain browsers ??

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You could try a small CSS trick here. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 tbody tr:not(:first-child) {
        display: none;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘only one row’ is closed to new replies.