Browse Source

Fix #5658 (#6104)

Fix #5658
Felix Wiegand 3 years ago
parent
commit
7c0742d498
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -2408,6 +2408,7 @@ class BootstrapTable {
         this.options.sortName !== undefined ||
         this.enableCustomSort || // Fix #4616: this.enableCustomSort is for extensions
         !Utils.isEmptyObject(this.filterColumns) ||
+        typeof this.options.filterOptions.filterAlgorithm === 'function' ||
         !Utils.isEmptyObject(this.filterColumnsPartial)
       ) && (!params || !params.unfiltered)
     ) {