Jquery数据表分页问题

时间:2012-03-21 12:11:39

标签: javascript jquery jquery-ui jquery-plugins datatables

您好我正在使用Jquery数据表来显示服务器端的表。它显示在客户端,但分页按钮都是无效的。请问我做错了什么?

下面是我的客户端数据表调用:

 $('#profileList').dataTable({
        "bJQueryUI": true,
        "bPaginate": true,
        "sPaginationType": "full_numbers",
        "bServerSide": true,
        "sAjaxSource": "/SearchProfile/MySearchProfileAjaxHandler"
    });

1 个答案:

答案 0 :(得分:0)

看起来你可能想做这样的事情:

http://datatables.net/release-datatables/examples/server_side/pipeline.html

问题是有多少值正在发回?另外,您要发送什么样的数据?