This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix
#16
: search no records found bug.
zhixin
11 years ago
parent
119234ae17
commit
7f9c62c5f6
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/bootstrap-table.js
+ 1
- 0
src/bootstrap-table.js
View File
@@ -391,6 +391,7 @@
return false;
});
}
+ this.options.pageNumber = 1;
this.updatePagination();
};