【问题标题】:Looking for a compatible table pagination for jquery.columnfilters.js为 jquery.columnfilters.js 寻找兼容的表格分页
【发布时间】:2009-11-11 13:55:45
【问题描述】:

我正在使用 jquery.columnfilters.js,我正在寻找兼容的表格分页。

我试过 tablesorter & tablepager + jquery.columnfilters.js 没有成功

【问题讨论】:

    标签: jquery filter pagination


    【解决方案1】:

    我终于找到了一个可以使用 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();
    });
    

    我猜其他寻呼机可以工作,但我还没有找到添加到现有代码的正确方法。

    【讨论】:

      猜你喜欢
      • 2010-10-24
      • 2012-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-09
      • 1970-01-01
      • 2021-07-31
      相关资源
      最近更新 更多