Browse Source

grid.column.filter.type = 'list'

luoyifan 3 years ago
parent
commit
f988d32fc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Defaults.ts

+ 1 - 1
src/Defaults.ts

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