Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I’m not really sure what you mean here. On small screens, indeed not all content will be visible, but then, the table will be scrollable horizontally. That’s what this extension does.
    Or am I missing something?

    Regards,
    Tobias

    Thread Starter Rene W

    (@rene-w)

    Thanks for the quick reply. It would be much easier to show a screenshot, but I’ll try to explain it. The data in some of the cells are cut off, even whan the scroll modus is enabled.

    So i would like it to show:
    01/01/2000 Ajax Feijenoord 1-1 1-0 Jansen, 1-1 Jansen

    But is shows something like this (don’t mind the dots):
    01/01/2000 Ajax Feije-… 1- 1-0 Jansen,
    ………………………..noord..1.1-1 Jansen

    • This reply was modified 7 years, 9 months ago by Rene W.
    • This reply was modified 7 years, 9 months ago by Rene W.
    • This reply was modified 7 years, 9 months ago by Rene W.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, you mean wordwrapping?
    We could instruct the affected tables to not add automatic line breaks, with some “Custom CSS” like

    .tablepress-id-123 {
        white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter Rene W

    (@rene-w)

    This was the solution I was looking for! Thanks a lot, this is such a great help.

    (I had no idea it was called “wrapping”. Again learned something today. ?? )

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive Scroll installed but still words are cut off’ is closed to new replies.