Browse Source

Fix a typo

djhvscf 7 years ago
parent
commit
931f3679a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/filter-control/bootstrap-table-filter-control.js

+ 1 - 1
src/extensions/filter-control/bootstrap-table-filter-control.js

@@ -377,7 +377,7 @@
             header.find('.filterControl').hide();
         }
 
-        this.trigger('created-controls');
+        that.trigger('created-controls');
     };
 
     var getDirectionOfSelectOptions = function (alignment) {