• Resolved andrea1989

    (@andrea1989)


    Hello Tobias,

    I’m using Tablepress and I’m very satisfied with the plugin features.

    I have two little problems:

    1. I set scroll mode on mobile view and have long texts in several cells in one column what I should break into new lines inside the cell to fit the whole table on mobile screen, but the following code isn’t working in my css:

    .tablepress-id-1 .column-4 {
    word-wrap: break-word;
    word-break: break-all;
    }

    I want to apply this code above for one critical column.

    2. I also want to disable simple sorting (A-Z, Z-A) for some columns on the header row. How can I do that?

    Thank you in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Breaking text on mobile view and disable simple sorting on some columns’ is closed to new replies.