jQuery MiniUI

标题: DataGrid用JS设置Filter的问题 [打印本页]

作者: wenwenbbyy    时间: 2018-1-18 15:13:28     标题: DataGrid用JS设置Filter的问题

版主大大你好,我在使用JS设置动态列的Filter功能时遇到了问题,麻烦你帮我看看吧。我想要的效果就是这样:
[attach]10440[/attach]
现在使用JS来设置:
  1. { field: "age", width: 100, headerAlign: "center", allowSort: true, header: "年龄", editor: { type: "spinner"} ,filter:{type:"filteredit",width:"100%",data:"ageFilters" } }
复制代码
或者这样设置:
  1. { field: "age", width: 100, headerAlign: "center", allowSort: true, header: "年龄", editor: { type: "spinner"} ,filter:{type:"filteredit",width:"100%",filterData:"ageFilters" } }
复制代码

然后还有data的值:
  1. var ageFilters = [{ text: '大于', value: '>' }, { text: '小于', value: '<' }, { text: '等于', value: '=='}];
复制代码
可是始终都不会出来选择项啊。
[attach]10441[/attach]
到底要怎么设置呢?


作者: dforce    时间: 2018-1-18 16:30:23

{ type: "filteredit", width: "100%", filterData: ageFilters}
注意ageFilters是变量,请不要加引号。
作者: wenwenbbyy    时间: 2018-1-18 16:55:43

dforce 发表于 2018-1-18 16:30
{ type: "filteredit", width: "100%", filterData: ageFilters}
注意ageFilters是变量,请不要加引号。 ...

原来是这样,谢谢




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2