Format (col)

원본 데이터에 대한 마스킹된 데이터를 정의합니다.
원본 데이터와 무관하게 사용자에게 마스크를 적용한 데이터를 보여줍니다.
Format은 열의 Type에 따라 다양하게 정의될 수 있습니다.
자세한 내용은 7장 appendix의 Format을 참고해 주세요.

Type

string

Options

Value Description
string 열의 Type에 따른 다양한 포맷설정 문자열

Example

//날짜 포맷을 정의합니다.
options.Cols = [
    ...
    {Type: "Date", Name: "sa_enterDate", Format: 'MM-dd-yyyy' ...},
    ...
];

Read More

Since

product version desc
core 8.0.0.0 기능 추가