开发者

Looking for a compatible table pagination for jquery.columnfilters.js

I'm using jquery.columnfilters.js and I'm looking for a compatible table pagination.

开发者_高级运维

I have tried tablesorter & tablepager + jquery.columnfilters.js without success


I have finally found one that is working with jquery.columnfilters.js jquery.tablePager-1.1.js which is very very basic but work ok.

http://slashjquery.com/tablepager/index.html#examples

Here is my code:

$(document).ready(function() {
$('table#filterTable') .columnFilters({wildCard:'*',notCharacter:'?', excludeColumns:[7]}) .tablePager();
});

I guess other pager can work but I have not found the correct way to add to my existing code.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜