上一个/下一个数据表(jquery插件)按钮使我的页面跳到顶部

时间:2013-11-03 11:08:07

标签: javascript jquery jquery-plugins datatables

我使用datatables 1.9.4和datatables-bootstrap3,每次点击上一个/下一个按钮,我的页面跳转到顶部。可能是什么问题?

init js:

$(document).ready(function() {
   $('.apptable').dataTable({
      "bFilter": false,
      "bLengthChange": false,
      "sPaginationType": "bs_four_button"
   });
});

1 个答案:

答案 0 :(得分:0)

它只是"sPaginationType": "bs_four_button"问题,我在示例页面上有它。我打开了这个问题:https://github.com/Jowin/Datatables-Bootstrap3/issues/11