开发者

Table Sorter is not working proprly

开发者 https://www.devze.com 2023-02-06 03:07 出处:网络
I am using JQuery Table Sorter...Its working fine for all the fields except the year field in my grid view...Year Field isnot sorted properly开发者_如何学C

I am using JQuery Table Sorter...Its working fine for all the fields except the year field in my grid view...Year Field is not sorted properly

开发者_如何学C

This is my code:

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

Any Suggesstions,Ideas,Samplecode

Thanks


Check this out : Using jQuery tablesorter to sort mm/yy dates

0

精彩评论

暂无评论...
验证码 换一张
取 消