Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    You could use a small trick for this. In each of those cells with an image, add the score as a number in a hidden HTML span element, like this:

    <span class="hidden">1</span><img ...>

    Then, also add

    .wp-table-reloaded .hidden {
      display: none !important;
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    This will then add the score in a hidden way, but so that the sorting algorithm can pick it up.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] sorting a column full of images’ is closed to new replies.