tablesorter plugin order columns

tablesorter plugin order columns

Hi all,

I using tablesorter but I have a problem:

My columns contains link... for example:
  1. <tr>
          <td>Hello</>
          <td><a href=.....>10</a></td>
    </tr>
    <tr>
          <td>Hi</>
          <td><a href=.....>20</a></td>
    </tr>






If i order second column, order is not correct! How can I solve it? Can I use link attribut in table sorter?

Thanks in advance