jquery jqgrid propery with dot operator
问题 I have a json with a property having dot "." operator in it. When im trying to render my grid, it comes up as blank (without any errors). Here's my JSON: { "total":1, "page":1, "records":2, "rows":[{ "id":2110040, "cell":{ "function.code":"dsadad", "service.name":"dsadasda" } }, { "id":2115040, "cell":{ "function.code":"iuiyuiy", "service.name":"iyuiyuiy" } } ] } this is my colModel colModel : [ { name : 'service.name', search : 'true', editable : true, //index : 'service.name', width : 200,