Browse Source

Move to the correct line

djhvscf 4 years ago
parent
commit
896d6c3219
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/extensions/filter-control/utils.js

+ 1 - 0
src/extensions/filter-control/utils.js

@@ -354,6 +354,7 @@ export function createControls (that, header) {
       const $th = $(th)
 
       if ($th.data('field') === column.field) {
+        $th.find('.filter-control').remove()
         $th.find('.fht-cell').append(html.join(''))
         return false
       }