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

+ Recent posts