开发者

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

开发者 https://www.devze.com 2022-12-11 17:05 出处:网络
I\'m using jquery.columnfilters.js and I\'m looking for a compatible table pagination. 开发者_高级运维

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

精彩评论

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