从JSON字符串JavaScript

时间:2017-08-01 11:13:14

标签: javascript json jqgrid

我想从JSON String填充JQGrid表,但经过多次尝试后我仍然得到空白表。

enter image description here

即表

enter image description here

这是JSON字符串消息enter image description here

这是我的javascript代码。我的代码有什么问题吗?我已经尝试过手动字符串JSON并且它可以工作,但是每次从url获取JSON都会失败。

1 个答案:

答案 0 :(得分:0)

在colModel中使用如下

colModel: [ {name:'rows.0.ID', index:'rows.0.ID', width:300},

{name:'rows.0.name', index:'rows.0.name', width:300},

{name:'rows.0.desc', index:'rows.0.desc', width:300} ]