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?

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
This discussion has been closed.
Answers
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
Kevin, you are a lifesaver. thank-you for pointing me in the right direction!