ソースを参照

Fix #2461

Example: pagination true: http://jsfiddle.net/djhvscf/hcbg3k8g/13/
pagination false: http://jsfiddle.net/djhvscf/hcbg3k8g/14/
Dennis Hernández 9 年 前
コミット
a490c8ffd5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -2507,6 +2507,7 @@
         });
 
         this.initSearch();
+        this.initPagination();
         this.initSort();
         this.initBody(true);
     };