如何在生成列时设置要对列进行过滤的类型?
'string','int','date'等?
它甚至可能吗?如果我们的列的类型是'date',则不显示'Starts with','Contains'等...
如果它是整数,则显示'Greater Then'等...
columns: {
title: "Test",
field: "Test2",
width: "120px",
hidden: false,
type: "number",