浏览代码

Fix #5658 (#6104)

Fix #5658
Felix Wiegand 3 年之前
父节点
当前提交
7c0742d498
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
     ) {