【发布时间】:2009-11-11 13:55:45
【问题描述】:
我正在使用 jquery.columnfilters.js,我正在寻找兼容的表格分页。
我试过 tablesorter & tablepager + jquery.columnfilters.js 没有成功
【问题讨论】:
标签: jquery filter pagination
我正在使用 jquery.columnfilters.js,我正在寻找兼容的表格分页。
我试过 tablesorter & tablepager + jquery.columnfilters.js 没有成功
【问题讨论】:
标签: jquery filter pagination
我终于找到了一个可以使用 jquery.columnfilters.js jquery.tablePager-1.1.js 非常基础但工作正常。
http://slashjquery.com/tablepager/index.html#examples
这是我的代码:
$(document).ready(function() {
$('table#filterTable') .columnFilters({wildCard:'*',notCharacter:'?', excludeColumns:[7]}) .tablePager();
});
我猜其他寻呼机可以工作,但我还没有找到添加到现有代码的正确方法。
【讨论】: