|
@@ -720,7 +720,7 @@ class BootstrapTable {
|
|
|
if (this.options.sidePagination !== 'server') {
|
|
if (this.options.sidePagination !== 'server') {
|
|
|
if (this.options.customSearch) {
|
|
if (this.options.customSearch) {
|
|
|
this.data = Utils.calculateObjectValue(this.options, this.options.customSearch,
|
|
this.data = Utils.calculateObjectValue(this.options, this.options.customSearch,
|
|
|
- [this.options.data, this.searchText])
|
|
|
|
|
|
|
+ [this.options.data, this.searchText, this.filterColumns])
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
|