• Resolved Lebrack

    (@lebrack)


    When I apply a word as a filter, tablepress size shrinks to a single row result.
    There´s any possibility (CSS/?) to force tablepress to maintain a fixed size even when a filter is applied?
    I mean, showing the filtering result in the firsts rows, leaving the rest just empty.
    Thanks FOR ALL!

    https://wordpress.org/plugins/tablepress/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    No, sorry, the table will always contain of its rows, it can not get extra/empty rows via CSS.

    Regards,
    Tobias

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi again,

    you could try setting a minimum height on the container around the table, with some “Custom CSS” like

    #tablepress-123_wrapper {
      min-height: 300px;
    }

    (where 123 is the table ID).

    Regards,
    Tobias

    Thread Starter Lebrack

    (@lebrack)

    Wow! Works like a charm!
    Just modified to 500px 🙂

    Thanks a lot!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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 here in the plugin directory. Thanks!

    Thread Starter Lebrack

    (@lebrack)

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

    Done!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks, I really appreciate it 🙂

    Best wishes,
    Tobias

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

The topic ‘Fixed tablepress size after apply a filter?’ is closed to new replies.