Re: [jQuery] Please help - Table sorter does not seem to work

2009-11-15 Thread jarun111
Thanks very much for the help. PiotrJaniak wrote: Hi, apparently Tablesorter can't handle zeros in sorted table. Without any 0 value your code works fine. check out this thread: http://groups.google.com/group/jquery-dev/browse_thread/thread/d8e75a30f7ca3067 and this site:

Re: [jQuery] Please help - Table sorter does not seem to work

2009-11-14 Thread jarun111
Hi, I tried removing the space. Does not work as well : Does tablesorter script have issues with this particular use case? I see the same thing working on the example page though. Not sure. How do I write the custom parser for this one? Do u have any sample for this? Thanks MorningZ wrote:

[jQuery] Please help - Table sorter does not seem to work

2009-11-13 Thread jarun111
Hi, I am trying to sort a table using jquery table sorter and the no column that I need to sort is not properly sorted. Can you please help on this. They are getting sorted by characters. Code below: HTML HEAD script type=text/javascript src=http://tablesorter.com/jquery-latest.js;/script