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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is being added by the Horizontal Scrolling of the table, which would also have to be turned off with a Shortcode parameter:

    [table id=1 filter="sc13" datatables_paginate=false datatables_filter=false datatables_info=false datatables_scrollx=false hide_columns="3,4,5,6,9,10" /]

    If you however want to use Horizontal Scrolling on this table, you can use the scroll mode of the TablePress Extension from https://tablepress.org/extensions/responsive-tables/ as a replacement.

    Note that you could simplify the Shortcode (and reduce the loading time), if you turn off DataTables entirely (as all individual features are turned off anyways):

    [table id=1 filter="sc13" use_datatables=false hide_columns="3,4,5,6,9,10" /]

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Table width when displayed on my page’ is closed to new replies.