저장 함수(getSaveJson, getSaveString, doSave) 호출시
Format
적용된 문자열로 추출하는 기능.
getString으로 출력하는 값과 동일함.
boolean
Value | Description |
---|---|
0(false) |
본래 저장 함수 호출시 데이터 출력(default ) |
1(true) |
Format 이 적용된 데이터 출력(getString과 동일 ) |
// 해당 Money Col은 getString 과 동일한 데이터가 출력되도록 한다.
options.Cols = [
{Type: "Int", Name: "Money", Align: "Center", Format: "#,### 만원", FormatFix: true},
{Type: "Float", Name: "Grow", Align: "Center", Format: "#,##0.##%"}
...
];
product | version | desc |
---|---|---|
core | 8.0.0.7 | 기능 추가 |