Title: TablePress &#8211; Sorting by hidden column
Last modified: August 21, 2016

---

# TablePress – Sorting by hidden column

 *  Resolved [echod](https://wordpress.org/support/users/echod/)
 * (@echod)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tablepress-sorting-by-hidden-column/)
 * Hi again!
    I have table with several columns and extension ColumnFilterWidgets.
   My width of text in table so long and i want to hide 2 columns and !to save sorting
   by them. Is it possible? thanks.
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tablepress-sorting-by-hidden-column/#post-4521973)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Do you really mean sorting? If the column is not visibe, where would you want
   to click to invoke the sorting?
    Or do you mean filtering with the drop down 
   from the ColumnFilterWidgets Extension? That’s indeed possible, and to hide the
   columns, you can use CSS code like
 *     ```
       .tablepress-id-123 .column-3 {
         display: none;
       }
       ```
   
 * Just adjust the ID and column number and add that to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress.
 * Regards,
    Tobias
 *  Thread Starter [echod](https://wordpress.org/support/users/echod/)
 * (@echod)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tablepress-sorting-by-hidden-column/#post-4521991)
 * oh, certainly the filter, thanks! works the filter and the place on the screen
   is released 🙂
    perfect extension TP!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tablepress-sorting-by-hidden-column/#post-4521992)
 * 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](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘TablePress – Sorting by hidden column’ 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/)

## Tags

 * [hide column](https://wordpress.org/support/topic-tag/hide-column/)
 * [table sorting](https://wordpress.org/support/topic-tag/table-sorting/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/tablepress-sorting-by-hidden-column/#post-4521992)
 * Status: resolved