jQuery MiniUI

标题: Grid 动态列问题求助 [打印本页]

作者: hello_kity    时间: 2013-3-12 22:11:22     标题: Grid 动态列问题求助

版主您好,请教一个Grid动态列问题,列字段从后台动态读取
tree.on("nodeselect", function (e) {
           if (e.isLeaf) {
           $.ajax({
                url: "${app}/mms/mms!getColumns.jspa",
                data: { org_id: e.node.id },
                type: "post",
                success: function (text) {
                alert(text);
                var column = mini.clone(text);
                grid.setColumns(column);
                grid.load({ org_id: e.node.id });
                alert(column);
                },
                error: function (jqXHR, textStatus, errorThrown) {
                    alert(jqXHR.responseText);
                }
            });
            } else {
               grid.setData([]);
                grid.setTotalCount(0);
            }
        });
为什么grid中并不显示列名?,但是把后台转换的json字符串直接赋值给column后是可以显示的,版主帮忙看看什么问题?

作者: factory    时间: 2013-3-13 10:53:22

[attach]1445[/attach]

这里有3种不同的创建表格的方式
1,html
2,JS
3,动态加载column的表格



作者: hello_kity    时间: 2013-3-14 16:25:16

factory 发表于 2013-3-13 10:53
这里有3种不同的创建表格的方式
1,html
2,JS

好的,非常感谢




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