[jQuery] Tablesorter related
Hi,
If data in the table column is dynamically generated using python
method and fed :
like: str(num)+' test'
the column sorting does'nt work based on numbers in the text. Any
clue, if I have to write a new parser?
If I directly feed values in column like:
3 test
5 test
8 test
then sort works and orders based on numbers, on this column.