sorting a table column of all images by image name or img alt tag?

sorting a table column of all images by image name or img alt tag?

TalieTalie Posts: 6Questions: 2Answers: 0

https://www.ouranch.com/mares-list.php

i am trying to sort (PTIF) by 1 of 4 options (stallions), either using the image name or alt tag.

is this possible? any help would be greatly appreciated.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,970Questions: 26Answers: 5,073
    Answer ✓

    You can use columns.render to generate Orthogonal Data for the sort operation. You can parse the image name to extract the string you want sorted on and return it for the sort operation.

    Kevin

  • TalieTalie Posts: 6Questions: 2Answers: 0

    Kevin, you are a lifesaver. thank-you for pointing me in the right direction!

This discussion has been closed.