将表匹配在一起

时间:2011-07-30 14:21:00

标签: jquery css datatables

我一直在使用sDom并且无法让它合作。我只是一个被困的地方。我有一个表格作为一个例子在下面显示,但我试图让它最终看起来像这样。

http://kansasoutlawwrestling.com/manager/index2.html

http://datatables.net/styling/themes/redmond

1 个答案:

答案 0 :(得分:1)

示例中的表初始化如下:

$(document).ready( function() {             
   $('#example').dataTable( {
        "bJQueryUI": true,
        "sPaginationType": "full_numbers"   
   } );
} )

所以你不需要设置sDom。在任何情况下,代码都有错误,jquery未正确加载