FitWidth (cfg)

마지막 컬럼 뒤에 더미 컬럼을 두어 세로 스크롤바를 우측 끝에 붙게 합니다.

[FitWidth: false 설정시]
FitWidth: false

[FitWidth: true 설정시]
FitWidth: true

Type

boolean

Options

Value Description
0(false) 기능사용안함(default)
1(true) 기능사용

Example

options.Cfg = {
    FitWidth: true    //더미 헤더를 추가하여 스크롤바를 우측 끝에 붙인다.
};

Read More

Since

product version desc
core 8.0.0.0 기능 추가