반응형
$('[jqgrid id]').jqGrid('sortableRows',{
	update : function( e, html){ // 순서가 바뀌면 발생되는 event
		console.log( html.item[0].id ); // row id 확인
	}
});
728x90
반응형

명령어 인자의 순서를 바꾸니 됨

 

(--restart=always 뒤에 있던걸 앞으로)

728x90
반응형


728x90

+ Recent posts