• Resolved dacai

    (@dacai)


    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://www.ads-software.com/plugins/tablepress/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    If I understand correctly, you might be interested in something like this:
    https://www.ads-software.com/support/topic/how-to-expand-tablepress-row?replies=24#post-4187213

    Regards,
    Tobias

    Thread Starter dacai

    (@dacai)

    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

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this might be helpful!

    Best wishes,
    Tobias

    Thread Starter dacai

    (@dacai)

    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 (see row 3 – code A1.1))

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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

    (@dacai)

    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

    (@tobiasbg)

    Hi,

    you are very welcome! Always glad when I can help!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate 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.