jqGrid + json + jsp 리스트 갱신
jqGrid 리스트를 화면에서 갱신을 하려고 하니 안된다.... 이거 때문에 또 삽질 했다 그래서 정리 합니다. 물론 처음에 리스트 불러 올때는 잘 나온다 . 처음엔 그냥 생각에 function fn_search() { $("#gridList").jqGrid({ url:"User.do?cmd=jsonUserInfoList"+param, datatype: "json", mtype:'POST', width: clientwidth-15, jsonReader : { page: "page", total: "total", root: "user", records: function(obj){return obj.length;}, repeatitems: false, id: "no" }, colNames:['번호','아이디..
2012. 1. 5.