I\'m using the jQuery tablesorter plugin and I have a column that contains name of month and year like this
April, 1975
January, 2001
I would l
Apologize for answering an old question, but this is now a STANDARD FEATURE of tablesorter, though it's undocumented for some reason. If you open the file https://github.com/christianbach/tablesorter/blob/master/jquery.tablesorter.js and look at the line # 307 you'll see it supports the "data-sort-value" attribute.
Usage:
Answer to the question