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

    (@tobiasbg)

    Hi,

    this might be as easy as adding

    "sScrollX": "100%"

    to the “Custom Commands” textfield in the “DataTables JavaScript features” section on the “Edit” screen of your table.

    Another idea might be to wrap the table in a <div> container and add some CSS like

    .container-div {
      overflow-x: scroll;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Fit table columns to page using scroll’ is closed to new replies.