1 | {name : 'price' index : 'price' align : "center", editable:true, formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }}, | cs |
formatoptions : { defaultValue: '', thousandsSeparator : ','} 만 넣어주면 1000단위로 알아서 콤마(,)를 찍어준다.
'JQUERY' 카테고리의 다른 글
[JQUERY] 콤마 제거 후 form serialize하기 (0) | 2017.04.03 |
---|---|
jqgrid 반응형으로 가로(width) 조절하기 (1) | 2017.03.17 |
jqgrid 컬럼 datepicker 구현 (0) | 2017.03.02 |
jquery 강제로 엔터 이벤트 발생시키기 (0) | 2017.03.02 |
jquery 페이지 새로고침(reload) (0) | 2017.03.02 |