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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That Extension doesn’t actually need the Filtering functionality. So, why don’t you simply turn that off by unchecking the corresponding checkbox on the “Edit” screen of the table?
    If you want to hide the search field with some CSS code, that would be

    #tablepress-123_filter {
    	display: none;
    }

    where 123 is the table’s ID.

    Regards,
    Tobias

    Thread Starter Nico

    (@nicoruti)

    Hi Tobias

    Thank you for the fast reply!
    That’s exactly the point: The extension seems to need the filter option. If I deactivate the “filter” checkbox in the table settings, the numbers don’t appear anymore.

    Here’s an example with deactivated filter (compared to the link in my first post):
    http://xn--scrgi-ira.ch/portfolio/details/crawl/

    However, if I’m able to hide the filter with the CSS, that’s ok for me. But the issue looks smells like a bug for me and that’s why I was writing here. Can you confirm the described behavior or am I really doing something wrong?

    Thanks
    Nico

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Nico,

    ah, yes, you are right. I should have taken a look a the code first…

    Using the CSS approach (with the Filtering checkbox enabled) should then be the best way to handle this.

    Regards,
    Tobias

    Thread Starter Nico

    (@nicoruti)

    Thanks for your support. I think TablePress is a great plugin and I really like to use it!
    Please notify me if you find out more about the problem.

    Regards,
    Nico

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that you like it!
    I’ll definitely try to find a way to make the Extension work without relying on the filter functionality!

    Best wishes,
    Tobias

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Counter Column without filter option’ is closed to new replies.