Browse Source

Fix control remove logic

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

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

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