Title: Filter Widget
Last modified: March 3, 2017

---

# Filter Widget

 *  Resolved [Designbar](https://wordpress.org/support/users/designbar/)
 * (@designbar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/filter-widget-2/)
 * Hallo!
 * Ist folgendes bei Verwendung des Filter Widgets möglich?
    Filter Spalte A, B 
   und C Datenausgabe nur Spalte C (Spalte A und B werden nicht angezeigt)
 * Vielen Dank!
 * lg, Chris

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/filter-widget-2/#post-8872062)
 * Hi,
 * thanks for your post, and sorry for the trouble.
    As these are the English-language
   forums, I’ll reply in English, so that more people can benefit from the discussion.
   I hope that’s ok.
 * So, basically, you just want to hide columns A and B, but keep the filters for
   them?
    Then, just use “Custom CSS” code like
 *     ```
       .tablepress-id-123 .column-1,
       .tablepress-id-123 .column-2 {
         display: none;
       }
       ```
   
 * Just change the table ID as necessary.
 * Regards,
    Tobias
 *  Thread Starter [Designbar](https://wordpress.org/support/users/designbar/)
 * (@designbar)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/filter-widget-2/#post-8872949)
 * Hi Tobias,
    thank you for your fast answer this is a very well plugin – i love
   it!
 * One more question: is it possible as default that all rows are hidden?
 * Chris
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/filter-widget-2/#post-8873265)
 * Hi Chris,
 * you could maybe try this idea: [https://wordpress.org/support/topic/hide-results-until-drop-down-is-used/](https://wordpress.org/support/topic/hide-results-until-drop-down-is-used/)
 * Also, this is possible for the regular search field, if that helps: [https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/](https://wordpress.org/support/topic/i-want-the-table-to-be-invisible-until-filter-is-applied/)
 * Regards,
    Tobias

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

The topic ‘Filter Widget’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/filter-widget-2/#post-8873265)
 * Status: resolved