Browse Source

Fix #16: search no records found bug.

zhixin 11 years ago
parent
commit
7f9c62c5f6
1 changed files with 1 additions and 0 deletions
  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();
     };