• Resolved naumannj

    (@naumannj)


    Hello,

    I wanted to know if it was possible to make all the tables with responsive mode in one line? (Used the scroll mode to just add in Custom CSS applicable on all tables)
    Because I have more than 100 tables to put in responsive.

    Thank you

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Just to be sure, you are using the scroll mode of the TablePress Extension from https://tablepress.org/extensions/responsive-tables/ ?

    If so, you can turn on that mode for all tables automatically by changing line 105 in the file tablepress-responsive-tables.php from

    $default_atts['responsive'] = '';
    

    to

    $default_atts['responsive'] = 'scroll';
    

    Regards,
    Tobias

    Thread Starter naumannj

    (@naumannj)

    Hi,

    Yes that’s fine.

    And it works! Thank you very much !

    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!

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

The topic ‘Responsive on all the tables’ is closed to new replies.