• Resolved bwolfe07

    (@bwolfe07)


    Hello,

    Big fan of tablepress, however when I installed and activated the TablePress Extension: DataTables FixedColumns, to have the left hand column freeze, the spacing is not correct and I can only see some of my columns. For instance the 2nd column from the left is somewhat cut off and I can only scroll to the 9th week on the right instead of all the way to the first week.

    One other thing on that same linked page, I put in code:

    .tablepress-id-5 thead th {
    white-space: nowrap;
    }

    in the plugin options that does not let the header word wrap. The footer however is word wrapping, do you have a code to prevent this?

    I was hoping to find information in these forums to fix both issues but cant seem to locate anything.

    Thanks in advanced, below is the linked page

    http://sportsgeek.linkpc.net/?page_id=423

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble, as well as for the late answer. As I was on vacation, I didn’t have a chance to reply earlier.

    To prevent word-wrapping in the footer, just extend the CSS to

    .tablepress-id-5 thead th,
    .tablepress-id-5 tfoot th {
      white-space: nowrap;
    }

    Unfortunately, I can’t really think of what could be causing this 🙁 Debugging the JS code of the FixedColumns is difficult 🙁

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table Press Datatables Fixed Columns Plugin spacing problem’ is closed to new replies.