|
@@ -779,11 +779,11 @@ $.BootstrapTable = class extends $.BootstrapTable {
|
|
|
super.initToolbar()
|
|
super.initToolbar()
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- resetSearch () {
|
|
|
|
|
|
|
+ resetSearch (text) {
|
|
|
if (this.options.filterControl && this.options.showSearchClearButton) {
|
|
if (this.options.filterControl && this.options.showSearchClearButton) {
|
|
|
this.clearFilterControl()
|
|
this.clearFilterControl()
|
|
|
}
|
|
}
|
|
|
- super.resetSearch()
|
|
|
|
|
|
|
+ super.resetSearch(text)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
clearFilterControl () {
|
|
clearFilterControl () {
|