0

datatables-bootstrap3 で datatables 1.9.4 を使用しており、前/次のボタンをクリックするたびに、ページが一番上にジャンプします。問題は何でしょうか?

初期化js:

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

1 に答える 1

0

それは唯一の"sPaginationType": "bs_four_button"問題であり、サンプルページにあります。問題を開きます: https://github.com/Jowin/Datatables-Bootstrap3/issues/11

于 2013-11-03T14:30:47.710 に答える