Tablesorter无法正常工作

时间:2011-01-21 07:10:29

标签: asp.net tablesorter

我正在使用JQuery Table Sorter ...它在我的网格视图中除了年份字段之外的所有字段都正常工作... 年份字段未正确排序

这是我的代码:

 $(function()
 {
   $("table[id$='gvInvoiceDetails']").tablesorter({ headers: { 4 : {sorter :
    "currency"}},textExtraction:"complex", widgets: ['zebra']
   }).tablesorterPager({container: $("#pager")});                            
});

任何Suggesstions,Ideas,Samplecode

由于

1 个答案:

答案 0 :(得分:1)