SortCurrentPage (cfg)

서버 페이징 사용 시(SearchMode: 4) 보이는 페이지에 대해서만 정렬할지 여부를 설정합니다.

Type

boolean

Options

Value Description
0(false) 시트 정렬을 사용하지 않는다. (default)
1(true) 보이는 페이지에 대해서만 정렬합니다.

Example

options.Cfg = {
    SortCurrentPage: true
};

Read More

Since

product version desc
core 8.0.0.0 기능 추가