jQuery MiniUI
标题:
datagrid 查询问题
[打印本页]
作者:
smseo
时间:
2014-1-14 14:03:14
标题:
datagrid 查询问题
本帖最后由 smseo 于 2014-1-14 14:04 编辑
datagrid 查询问题
function search() {
var key = mini.get("key").getValue();
$.ajax({
url: "<{spUrl c=user a=seach}>",
data: { data: key },
type: "post",
success: function (text) {
grid.reload();
///=========text====查询出来 是JSON格式
},
error: function (jqXHR, textStatus, errorThrown) {
alert(jqXHR.responseText);
}
});
}
复制代码
像这样 用AJAX 查询的数据 加载不到 datagrid里啊??
作者:
factory
时间:
2014-1-14 14:06:14
你查询出来的数据,你总得设置给表格啊...
grid.setData(data) data是数组
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2