我使用datatables 1.9.4和datatables-bootstrap3,每次点击上一个/下一个按钮,我的页面跳转到顶部。可能是什么问题?
init js:
$(document).ready(function() {
$('.apptable').dataTable({
"bFilter": false,
"bLengthChange": false,
"sPaginationType": "bs_four_button"
});
});
答案 0 :(得分:0)
它只是"sPaginationType": "bs_four_button"
问题,我在示例页面上有它。我打开了这个问题:https://github.com/Jowin/Datatables-Bootstrap3/issues/11