• Resolved yokotsumo

    (@yokotsumo)


    Hi,

    How can we transpose a table, ie each element values displayed on a column instead of a row? Ex: a product comparison chart.
    The real problem i think is with columnfilter. I would like the same but more like row filter. Is it possible?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter yokotsumo

    (@yokotsumo)

    Perfect.

    Thank you.

    Plugin Author Tobias B?thge

    (@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!

    Thread Starter yokotsumo

    (@yokotsumo)

    Hi,

    I have a problem with head row background color. From the FAQ,
    this is working:
    .tablepress thead .sorting_asc,
    .tablepress thead .sorting_desc,
    .tablepress thead .sorting:hover {
    background-color: #00ff00;
    }
    but this is not working:
    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #ff0000;
    }

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    it might be possible, that a theme setting is overriding this. Please try extending the line

    background-color: #ff0000;

    to

    background-color: #ff0000 !important;

    Regards,
    Tobias

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Tranpose’ is closed to new replies.