ソースを参照

Fix #16: search no records found bug.

zhixin 11 年 前
コミット
7f9c62c5f6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -391,6 +391,7 @@
                 return false;
             });
         }
+        this.options.pageNumber = 1;
         this.updatePagination();
     };