SMART datagrid v1.4 > Functions
GridStyles.numberFormat, EditOptions.copyNumberFormat 등에서 숫자를 문자열로 변경할 때 내부적으로 호출되는 toFixed 함수에 전달되는 최대 고정 소수점 자리 수.
기본값은 14이다. 변환 형식에 소수점 이하가 지정되지 않은 경우 이 값은 무시된다.
DataLudi.setMaxDigits(5);
column.setStyles({
numberFormat: '#,##0.00'
});