Przeglądaj źródła

grid.column.filter.type = 'list'

luoyifan 3 lat temu
rodzic
commit
f988d32fc8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Defaults.ts

+ 1 - 1
src/Defaults.ts

@@ -108,7 +108,7 @@ export const form = {
 }
 }
 
 
 export const column = {
 export const column = {
-    filter: {type: 'string'},
+    filter: {type: 'list'},
 }
 }
 
 
 export const grid = {
 export const grid = {