表排序器无法正常工作
我正在使用 JQuery Table Sorter...它对网格视图中除 年份字段 之外的所有字段都工作正常...年份字段未正确排序
这是我的代码:
$(function()
{
$("table[id$='gvInvoiceDetails']").tablesorter({ headers: { 4 : {sorter :
"currency"}},textExtraction:"complex", widgets: ['zebra']
}).tablesorterPager({container: $("#pager")});
});
任何建议、想法、示例代码
谢谢
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
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个:
使用 jQuery tablesorter 进行排序月/年日期
Check this out :
Using jQuery tablesorter to sort mm/yy dates