瀏覽代碼

grid column 默认 字符串筛选

luoyifan 3 年之前
父節點
當前提交
0f9a3074e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Defaults.ts

+ 1 - 1
src/Defaults.ts

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