Defines how to select the local data when 'mode' is set to 'local'. Return true to select the row.
Code example:
$('#cc').combogrid({ filter: function(q, row){ var opts = $(this).combogrid('options'); return row[opts.textField].indexOf(q) == 0; } });
字段摘要 | |
---|---|
String |
code
|
String |
label
|
String |
name
|
String |
params
|
String |
useChildsCode
是否使用子节点生成代码。 |
方法摘要 | |
---|---|
|
toHtml
|
|
toJavaScriptCode
|
子事物摘要 | |
---|---|
|
Code
|
|
JavaScriptFunction
|
字段详细信息 |
---|
是否使用子节点生成代码。
方法详细信息 |
---|
子事物详细信息 |
---|