본문 바로가기
개발/jqgrid

그리드 여러 옵션들 정리 - 수정필요

by areumtb 2017. 5. 22.

//마우스 drag로 row의 순서를 바꾸는 메소드 

$('#personalInfo_grid').jqGrid('sortableRows', { update: function( e, html ){ 

// 순서가 바뀌면 발생되는 event 

console.log( html.item[0].id ); // row id 확인 

}

});





//현재 선택한 그리드 체크 유지

$("#personalInfo_grid").setSelection(gridId);


'개발 > jqgrid' 카테고리의 다른 글

sss  (0) 2017.05.25
cellEdit 사용  (0) 2017.05.22
jqgrid 기본설정,옵션  (0) 2016.12.22
★jqgrid 페이징 분리  (0) 2016.12.14
★jqgrid 페이징 구현(쿼리) --> count추가 2016.12.21  (0) 2016.12.12

댓글