浏览代码

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);
     };