Explorar o código

Table: update selection after filtering (#9207)

Daniel Li %!s(int64=7) %!d(string=hai) anos
pai
achega
b10ecc94ad
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/table/src/filter-panel.vue

+ 1 - 0
packages/table/src/filter-panel.vue

@@ -110,6 +110,7 @@
           column: this.column,
           values: filteredValue
         });
+        this.table.store.updateAllSelected();
       }
     },