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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is a bug in the Horizontal Scrolling feature of the DataTables JS library. For some reason, it can not properly detect the width.

    As you have turned off all other features anyways, please uncheck the “Use DataTables” checkbox on the table’s “Edit” screen and use the scroll mode of the TablePress Extension from https://tablepress.org/extensions/responsive-tables/ as a replacement for the horizontal scrolling.

    Regards,
    Tobias

    Thread Starter AdrianPT

    (@adrianpt)

    Hi Tobias,

    Thanks for advice – I disable extra DataTables JavaScript and tables are now like before. The problem is horizontal scrolling, “responsive=scroll” from Responsive Tables Extension doesn’t work on my blog.

    Greetings,
    Adrian

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Adrian,

    are you sure that you added the Shortcode parameter? It doesn’t look like it at the moment.

    Regards,
    Tobias

    Thread Starter AdrianPT

    (@adrianpt)

    I add a shortcode:
    [table id=7 responsive=scroll /]
    But scroll shows only on very small resolutions, You can check it now.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, now it’s working and this is the intended behavior.

    To make the scrolling appear earlier, you could prevent automatic line breaks for this table, by adding this “Custom CSS”:

    .tablepress-id-7 th,
    .tablepress-id-7 td {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter AdrianPT

    (@adrianpt)

    It works perfect, thanks 🙂

    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 7 replies - 1 through 7 (of 7 total)

The topic ‘Problem with tables after update’ is closed to new replies.