I have made a new version of the last question's answer that includes a solution for this new problem available at: https://jsfiddle.net/mdbdj895/1/
This causes the <td> elements that contain the pictures to get a sorttable_customkey attribute with appropriate value (based on the <td>'s id attribute), since the library you are using seems to need that attribute.
The result now is that, not only do images get created in the <td> elements that have a src that is based on the parent <td>'s id attribute, but that <td> itself gets the new attribute with correct value, like this:
Post a Comment for "Jquery Table Sorting Not Working With Images"