my problem is,

I have listed values like below, In Rails I used helper for delimiter ( number_with_delimiter(total.to_i, :delimiter => ','))

  1. 1,303,050
  2. 1,812,462
  3. 0
  4. 2,429
  5. 2,063,787
  6. 36,837,192
  7. 36,878

Using JQuery TableSorter ($(".reportsortable").tablesorter({widgets: ["zebra"]});) the above list should be sorted like below,

  1. 0
  2. 2,429
  3. 36,878
  4. 1,303,050
  5. 1,812,462
  6. 2,063,787
  7. 36,837,192 But I don't know what is the reason, its just not working correctly. Any suggestion? Thanks in advance
link|improve this question

56% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.