Title: Hidden colomn?
Last modified: August 21, 2016

---

# Hidden colomn?

 *  Resolved [dacai](https://wordpress.org/support/users/dacai/)
 * (@dacai)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/)
 * Hi there,
 * I’m currently using FooTable as my table plugin. Primarily becaue it allows me
   to hide certain collumns, which are only shown upon clicking the row. While this
   works fine, the plugin is slowing down my loading times to much. Which is why
   i was wondering if your plugin has a similar function?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881487)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * If I understand correctly, you might be interested in something like this:
    [http://wordpress.org/support/topic/how-to-expand-tablepress-row?replies=24#post-4187213](http://wordpress.org/support/topic/how-to-expand-tablepress-row?replies=24#post-4187213)
 * Regards,
    Tobias
 *  Thread Starter [dacai](https://wordpress.org/support/users/dacai/)
 * (@dacai)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881489)
 * Yes. That point me in the righ direction. I am constructing a digital version
   of an old index work (over 50.000 entries). Having the reference visible by default
   would defeat the purpose of using a table.
 * Thanks for the quick reply. I’ll give your plugin a go!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881496)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this might be helpful!
 * Best wishes,
    Tobias
 *  Thread Starter [dacai](https://wordpress.org/support/users/dacai/)
 * (@dacai)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881499)
 * I’ve set up a table using TablePress (Can’t praise the html import enough!). 
   It does exactly what i need, but with one small problem. The content of the hidden
   collumns for some reason has a allign-right property. Any way to change this?
 * For the sake of clarity: [the page in question](http://www.i-academics.com/sandbox-two/)(
   see row 3 – code A1.1))
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881502)
 * Hi,
 * that’s part of the default CSS for the Extension, which you can simply change
   by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of
   TablePress:
 *     ```
       .tablepress-row-details tbody tr .row-details-right {
         float: none !important;
       }
       ```
   
 * Additionally, on the editor screen for that page, please switch from the “Visual”
   to the “Text” editor and remove the `<pre>` and `<code>` HTML tags around the
   Shortcode.
 * Regards,
    Tobias
 *  Thread Starter [dacai](https://wordpress.org/support/users/dacai/)
 * (@dacai)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881504)
 * Thank you so much. I just used firebug to figure out my original question, but
   complete missed the code tags. Can’t really express how impressed i am with the
   support.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881506)
 * Hi,
 * you are very welcome! Always glad when I can help!
 * 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 7 replies - 1 through 7 (of 7 total)

The topic ‘Hidden colomn?’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/hidden-colomn/#post-4881506)
 * Status: resolved