라이브러리/Jqgrid1 Jqgrid json으로 데이터 받기 javascript 부분 html 부분 //그리드 뿌려주는 곳 //그리드 페이징 처리 컨트롤단 부분 @RequestMapping("/test/ListJqgrid.es") @ResponseBody public Map Jqgrid(@ModelAttribute("testVO") TestVO testVO, HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Throwable { request.setCharacterEncoding("UTF-8"); List testList = new ArrayList(); testList = testService.List(testVO); int pageSize = testVO.getPag.. 2022. 3. 28. 이전 1 다음