JSON data from servlet to jqGrid not displaying

前端 未结 2 453
灰色年华
灰色年华 2021-01-27 07:53

I am new to jQuery and finding difficulty in displaying data from my servlet to jqGrid in my jsp. I have used google gson to convert data from ArrayList to a String variable jso

2条回答
  •  难免孤独
    2021-01-27 08:33

    change your colModel name and index same as the pojo class variables name.

    Thanks , Amit Kumar

提交回复
热议问题