• Resolved JPC60

    (@jpc60)


    Hi,

    In WP-Table Reloaded the text in the top row would not highlight when its cell was clicked on for sorting (we liked this!). Just started using TablePress on a new site and the text in the top row, when its cell is clicked on, does highlight.

    Any way to avoid this, to have its behavior act more like WP-Table Reloaded? I realize this is a small thing, but…

    Thanks John

    https://www.ads-software.com/extend/plugins/tablepress/

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

    (@tobiasbg)

    Hi John,

    thanks for your question!

    You are right, this is a new behavior in TablePress, but it is not that hard to change this back. Just paste this into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper .sorting:hover,
    .dataTables_wrapper .sorting_asc,
    .dataTables_wrapper .sorting_desc {
    	background-color: #d9edf7;
    }

    With that, the table head row will not change color.

    Regards,
    Tobias

    Thread Starter JPC60

    (@jpc60)

    All set now Tobias, thank you very much!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem! You are very welcome!
    And thanks for the donation and the review, I really appreciate it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Highlighting In Top Row / Table Header’ is closed to new replies.