浏览代码

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;
                 return false;
             });
             });
         }
         }
+        this.options.pageNumber = 1;
         this.updatePagination();
         this.updatePagination();
     };
     };