본문 바로가기

IT 관련/JavaScript

[자바스크립트] 배열 역순 정렬

 table.sort(function (a,b){ 
	return b.ICON_LEV-a.ICON_LEV; 
});

ICON_LEV 필드 값으로 역순 정렬

 

728x90