8000 Fix #2191 · chavp/bootstrap-table@0be26dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0be26dd

Browse files
committed
1 parent faa45b3 commit 0be26dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extensions/multiple-search/bootstrap-table-multiple-search.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
BootstrapTable.prototype.initSearch = function () {
1919
if (this.options.multipleSearch) {
20+
if (this.searchText === undefined) {
21+
return;
22+
}
2023
var strArray = this.searchText.split(" "),
2124
that = this,
2225
f = $.isEmptyObject(this.filterColumns) ? null : this.filterColumns,

0 commit comments

Comments
 (0)
0