Hi all,

I found this very handy tablesorter plugin (http://tablesorter.com/
docs/#Demo).

But i have a problem when i want to put an image in it, the image is
trashed and/or does not display properly.

Is there a special way to do it with tablesorter ?

my code:

echo '<td>';
echo '<a id="'.$row['userId'].'" href="#"><img src="images/
recycle.png"></a>';
echo '</td>';

Reply via email to